Does anyone know if/how I can call the Move issue screen/wizard as part of a workflow? I need users to be able to move an issue (issues being triaged) to another project (development planned iterations) when they reach the point in the workflow where an issue can now be planned into an iteration.
Thanks!
I found a solution, by installing the Toolkit plug-in and using the message custom field (editable). I've written a message as the default value to tell the user to Move the ticket, then created a 'Move' screen with this field (associated to the 'empty' transition). I've placed this field above the Issue Type field only because in my scenario, the other Issue Type in my project doesn't have the same workflow/issue type configuration so the message including a link to "move" appears below the issue type field. Thus, my users can simply push this link and use the Move Wizard.
Annastashia, I am not sure I am following how you get the "move" link to display. Do you insert a HTML link in the message or is there another way you include the link? Did you try Nic's suggestion and did it work? Thank you for your help. Peace, Will
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
She's hard-coded the link into a field that gets displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you can't - the move screen is a separate piece of code, and it's actually completely outside the workflow.
What I have seen work is a transition to a "dead" state, going through a screen that asks for all the new information, and then a listener that spots the event and moves the issue to the new project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cool thanks Nic, I'll try that.
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.