How do I configure a workflow such that:
An issue in PROJECT-A has a status of DONE
The issue needs to be moved to PROJECT-B
On moving it to PROJECT-B it picks up a status of NEW
I am testing this on a jira instance that has two projects, A and B. A is scrum, B is Kanban. I have no custom workflows in either project.
The option to set a new status when using the "MOVE" option on the issue tells me that "Step 2 is not required"
This is the step where I believe I should be able to set a new status.
Is this because "Done" is a special status in Jira or do I need to make some customizations to allow me to achieve this?