GET /rest/api/2/plans/plan/{planId}/team
Returns a paginated list of plan-only and Atlassian teams in a plan.
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. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
maxResults |
Integer | No |
The maximum number of plan teams to return per page. The maximum value is 50. The default value is 50. Default value: 50 |
cursor |
String | No |
The cursor to start from. If not provided, the first page will be returned. |
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.