intellij-community
intellij-community copied to clipboard
Fixes Task issue status being saved in a corrupt fashion for JIRA
Especially when connected to a JIRA server, there are times where the status will not update correctly upon closing the issue. After analysis between OpenTaskDialog and CloseTaskAction (because the status would successfully update on opening the task), I noticed that the Task is being saved at different levels of inheritance, potentially corrupting the state that the task is in and so checked for that and cast it so.
Specifically the error message was Cannot Set State For Issue
Re-opening after signing CLA
cc @dmitry-avdeev