-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
No
Issue Summary
If there is an invalid issue type configured and even if none of the work items of the invalid type sync with Jira Align, unassigned backlog logic does not work as the Jira API returns 400 for JQL query.
This is reproducible on Data Center: NA
Steps to Reproduce
- Configure a bad issue ID such as defect=99999
- Complete a sprint on Jira and move pending items to backlog
- Observe the pending items are not moved to unassigned backlog on Jira Align
Expected Results
- Even if there is a bad issue type configured, unassigned backlog logic should work
Actual Results
- If there is a bad issue type configured, unassigned backlog logic fails
The below exception is thrown in the Connector.log file:
Jira API Response: 400 bad request
Workaround
Correct the issue type fields
- resolves
-
ALIGNSP-26344 Loading...