POST /rest/api/2/changelog/bulkfetch
Bulk fetch changelogs for multiple issues and filter by fields
Returns a paginated list of all changelogs for given issues sorted by changelog date and issue IDs, starting from the oldest changelog and smallest issue ID.
Issues are identified by their ID or key, and optionally changelogs can be filtered by their field IDs. You can request the changelogs of up to 1000 issues and can filter them by up to 10 field IDs.
Permissions required:
- Browse projects project permission for the projects that the issues are in.
- If issue-level security is configured, issue-level security permission to view the issues.
Servers
- https://your-domain.atlassian.net
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 |
---|---|---|---|
fieldIds[] |
Array | No |
List of field IDs to filter changelogs |
maxResults |
Integer | No |
The maximum number of items to return per page Default value: 1000 |
issueIdsOrKeys[] |
Array | Yes |
List of issue IDs/keys to fetch changelogs for |
nextPageToken |
String | No |
The cursor for pagination |
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.