-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Issue Summary
Currently, when integrating Azure DevOps with Jira, there is a limitation where only the most recent 200 work items (issues) can be associated with a deployment due to Azure DevOps REST API’s default pagination limit. This means that for deployments referencing more than 200 commits, any issues beyond the 200th commit are not tracked or displayed in Jira’s deployment records. This limitation impacts customers with large-scale deployments who require comprehensive traceability of all issues included in a release.
Steps to Reproduce
- Perform Deployment on Azure Devops above 200 commits through more than 200 issues.
- Go to the Jira Work item, select the development section and view the deployments.
Expected Results
- Display all deployments on the Development Tab on the work item
Actual Results
- Does not display all deployments on the Development Tab on the work item which are above 200 work items associated with them recently.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available