Hi team,
Can a transition in a workflow trigger the move of a ticket from one project to another?
• For example, if I click on a workflow button called “Move Ticket”, can that transition move ticket ABC-404 from project ABC to project DEF?
• This can be done from the “More” drop-down menu, but can a transition do it?
It might, with a bit of code, but it can get complex quickly. "Move" is not a trivial thing to do in Jira as it needs to check all the settings on the project and issue to find out where they clash, and ask the user for more information if necessary. All of that needs to be replicated by your code.
In general, a desire to move an issue between projects automatically is a symptom of a broken process or a setup poorly built for the process. Moving issues between projects is something of an edge case that should be an exception, done for housekeeping or data correction, not as a standard process.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.