Batch Get Changelogs
jira_batch_get_changelogsFetch changelogs for multiple Jira issues in a single call. Optionally filter by fields or limit results to isolate specific changes.
Instructions
Get changelogs for multiple Jira issues (Cloud only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of changelogs to return in result for each issue. Default to -1 for all changelogs. Notice that it only limits the results in the response, the function will still fetch all the data. | |
| fields | No | (Optional) Comma-separated list of fields to filter changelogs by (e.g. 'status,assignee'). Default to None for all fields. | |
| issue_ids_or_keys | Yes | Comma-separated list of Jira issue IDs or keys (e.g. 'PROJ-123,PROJ-124') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |