Use this API to retrieve a list of transitions available for the specified issues that can be used or bulk transition operations. You can submit either single or multiple issues in the query to obtain the available transitions.
The response will provide the available transitions for issues, organized by their respective workflows. Only the transitions that are common among the issues within that workflow and do not involve any additional field updates will be included. For bulk transitions that require additional field updates, please utilise the Jira Cloud UI.
You can request available transitions for up to 1,000 issues in a single operation. This API uses pagination to return responses, delivering 50 workflows at a time.
Permissions required:
Optional
callback: undefinedUse this API to get a list of fields visible to the user to perform bulk edit operations. You can pass single or multiple issues in the query to get eligible editable fields. This API uses pagination to return responses, delivering 50 fields at a time.
Permissions required:
Use this API to get a list of fields visible to the user to perform bulk edit operations. You can pass single or multiple issues in the query to get eligible editable fields. This API uses pagination to return responses, delivering 50 fields at a time.
Permissions required:
Optional
callback: undefinedUse this to get the progress state for the specified bulk operation taskId
.
Permissions required:
If the task is running, this resource will return:
{
"taskId": "10779",
"status": "RUNNING",
"progressPercent": 65,
"submittedBy": { "accountId": "5b10a2844c20165700ede21g" },
"created": 1690180055963,
"started": 1690180056206,
"updated": 169018005829
}
If the task has completed, then this resource will return:
{
"processedAccessibleIssues": [10001, 10002],
"created": 1709189449954,
"progressPercent": 100,
"started": 1709189450154,
"status": "COMPLETE",
"submittedBy": { "accountId": "5b10a2844c20165700ede21g" },
"invalidOrInaccessibleIssueCount": 0,
"taskId": "10000",
"totalIssueCount": 2,
"updated": 1709189450354
}
Note: You can view task progress for up to 14 days from creation.
Use this to get the progress state for the specified bulk operation taskId
.
Permissions required:
If the task is running, this resource will return:
{
"taskId": "10779",
"status": "RUNNING",
"progressPercent": 65,
"submittedBy": { "accountId": "5b10a2844c20165700ede21g" },
"created": 1690180055963,
"started": 1690180056206,
"updated": 169018005829
}
If the task has completed, then this resource will return:
{
"processedAccessibleIssues": [10001, 10002],
"created": 1709189449954,
"progressPercent": 100,
"started": 1709189450154,
"status": "COMPLETE",
"submittedBy": { "accountId": "5b10a2844c20165700ede21g" },
"invalidOrInaccessibleIssueCount": 0,
"taskId": "10000",
"totalIssueCount": 2,
"updated": 1709189450354
}
Note: You can view task progress for up to 14 days from creation.
Optional
callback: undefinedUse this API to submit a bulk delete request. You can delete up to 1,000 issues in a single operation.
Permissions required:
Use this API to submit a bulk delete request. You can delete up to 1,000 issues in a single operation.
Permissions required:
Optional
callback: undefinedUse this API to submit a bulk edit request and simultaneously edit multiple issues. There are limits applied to the number of issues and fields that can be edited. A single request can accommodate a maximum of 1000 issues (including subtasks) and 200 fields.
Permissions required:
Use this API to submit a bulk edit request and simultaneously edit multiple issues. There are limits applied to the number of issues and fields that can be edited. A single request can accommodate a maximum of 1000 issues (including subtasks) and 200 fields.
Permissions required:
Optional
callback: undefinedUse this API to submit a bulk issue move request. You can move multiple issues, but they must all be moved to and from a single project, issue type, and parent. You can't move more than 1000 issues (including subtasks) at once.
This is an early version of the API and it doesn't have full feature parity with the Bulk Move UI experience.
SUPPORTED
SUPPORTED
SUPPORTED
NOT SUPPORTED
When using the bulk move, keep in mind that there are limits on the number of issues and fields you can include.
Permissions required:
Use this API to submit a bulk issue move request. You can move multiple issues, but they must all be moved to and from a single project, issue type, and parent. You can't move more than 1000 issues (including subtasks) at once.
This is an early version of the API and it doesn't have full feature parity with the Bulk Move UI experience.
SUPPORTED
SUPPORTED
SUPPORTED
NOT SUPPORTED
When using the bulk move, keep in mind that there are limits on the number of issues and fields you can include.
Permissions required:
Optional
callback: undefinedUse this API to submit a bulk issue status transition request. You can transition multiple issues, alongside with their valid transition Ids. You can transition up to 1,000 issues in a single operation.
Permissions required:
Use this API to submit a bulk issue status transition request. You can transition multiple issues, alongside with their valid transition Ids. You can transition up to 1,000 issues in a single operation.
Permissions required:
Optional
callback: undefined
Use this API to retrieve a list of transitions available for the specified issues that can be used or bulk transition operations. You can submit either single or multiple issues in the query to obtain the available transitions.
The response will provide the available transitions for issues, organized by their respective workflows. Only the transitions that are common among the issues within that workflow and do not involve any additional field updates will be included. For bulk transitions that require additional field updates, please utilise the Jira Cloud UI.
You can request available transitions for up to 1,000 issues in a single operation. This API uses pagination to return responses, delivering 50 workflows at a time.
Permissions required: