intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

Fixes Task issue status being saved in a corrupt fashion for JIRA

Open flaw600 opened this issue 7 years ago • 2 comments

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

flaw600 avatar Jan 11 '18 07:01 flaw600

Re-opening after signing CLA

flaw600 avatar Jan 11 '18 07:01 flaw600

cc @dmitry-avdeev

ignatov avatar Jul 21 '18 11:07 ignatov