POST /rest/api/2/plans/plan/{planId}/team/planonly

Creates a plan-only team and configures their planning settings.

Permissions required: Administer Jira global permission.

Servers

Path parameters

Name Type Required Description
planId Integer Yes

The ID of the plan.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
name String Yes

The plan-only team name.

capacity Number No

The capacity for the plan-only team.

memberAccountIds[] Array No

The account IDs of the plan-only team members.

issueSourceId Integer No

The ID of the issue source for the plan-only team.

sprintLength Integer No

The sprint length for the plan-only team.

planningStyle String Yes

The planning style for the plan-only team. This must be "Scrum" or "Kanban".

Possible values:

  • "Scrum"
  • "Kanban"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.