I am using a Software type Classic project. I have defined a custom workflow with jira states that go through various states from Open all the way to Done. Done signifies work is completed on a jira. Problem is, once a jira is marked as Done, it 'disappears' from the project. I can't find it anymore unless I know the exact jira ID.
Here's my desired behaviour: the jira stays in my sprint with a visual strikethrough the description.
it doesn't disappear from the project but may from the board. If you want to find the done issues go to the advanced search and enter the following...
project = myproject and status = done
or
project = myproject and resolution is not empty
replace "myproject" w/ the name of your project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.