POST /rest/api/2/plans/plan/{planId}/team/atlassian
Adds an existing Atlassian team to a plan and configures their plannning settings.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
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 |
---|---|---|---|
id |
String | Yes |
The Atlassian team ID. |
capacity |
Number | No |
The capacity for the Atlassian team. |
issueSourceId |
Integer | No |
The ID of the issue source for the Atlassian team. |
sprintLength |
Integer | No |
The sprint length for the Atlassian team. |
planningStyle |
String | Yes |
The planning style for the Atlassian team. This must be "Scrum" or "Kanban". Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.