GET /rest/api/2/plans/plan
Returns a paginated list of plans.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
includeTrashed |
Boolean | No |
Whether to include trashed plans in the results. Default value: false |
maxResults |
Integer | No |
The maximum number of plans to return per page. The maximum value is 50. The default value is 50. Default value: 50 |
includeArchived |
Boolean | No |
Whether to include archived plans in the results. Default value: false |
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.