-
Bug
-
Resolution: Fixed
-
High
-
10.65
-
None
-
1
-
Severity 2 - Major
-
Party Parrots - RHP8
Issue Summary
Jira Align is unable to request batches of more than 200 work items from Azure Dev Ops when utilizing OAuth for Authentication
Steps to Reproduce
- Given a Jira Align and Azure Dev Ops integration utilizing OAuth for authentication
- Create a Feature in Azure Dev Ops with over 200 children stories
Expected Results
Jira Align would batch the API calls to pull in all child stories of a Feature. This logic also needs to be implemented for stories and their child tasks. This should also take removed work items into consideration.
Actual Results
Jira Align does not link all the child Stories to the Feature due to the amount of requested items exceeding the limit.
The below exception is thrown in the Azure Dev Ops Connector logs:
Microsoft.VisualStudio.Services.Common.VssServiceException: VS403474: You requested 275 work items which exceeds the limit of 200
Workaround
Split the children stories across multiple Features so no Feature has more than 200 children.
- relates to
-
JIRAALIGN-1259 Jira Align is unable to request batches of more than 200 work items changes from Azure Dev Ops when utilizing OAuth for Authentication
- Closed
- mentioned in
-
Page Loading...
- resolves
-
ALIGNSP-1928 Loading...