-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Low
-
None
-
Affects Version/s: 10.131.2
-
Component/s: Jira Connector - Configuration
-
None
-
1
-
Severity 3 - Minor
-
No
-
None
Issue Summary
The option 'Jira Setup > Deleted item status' moves the items set to deleted status on Jira to the cancel bin instead of deleting them from JA:
And the status ID on Jira:
{
"self": "https://instance.atlassian.net/rest/api/2/status/10057",
...
"name": "Deleted",
"untranslatedName": "Deleted",
"id": "10057",
"statusCategory":
{
"self": "https://instance.atlassian.net/rest/api/2/statuscategory/3",
"id": 3,
"key": "done",
"colorName": "green",
"name": "Done"
}
Steps to Reproduce
- Create a State for Deleted on Jira
- Map the connector on Jira Setup > Deleted item status to use this state
- Create a Feature on JA and let it sync with Jira
- Now set the Feature on Jira to this deleted State
- Wait for it to sync and check the Recycle bin
Expected Results
If this is configured, it should delete the item from JA when moved in Jira
Actual Results
Instead of Deleting the item, it is being moved to the Cancel Bin
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available