I'm looking to automate some business processes in a regulated organization.
Is there a way I can have FOO issues that receive a certain resolution automatically be moved to the first status of BAR? Perhaps some weird clone-and-move action?
First of all, I would generally recommend creating a new issue in project BAR instead of moving the project FOO issue to the BAR project (for better traceability).
In any case, you can achieve both approaches using JMWE for JIRA Server:
- you can use the "Create/Clone Issue" post-function on the "complete" transition of project FOO to create a linked issue in project BAR replicating key information from the current issue.
- you can use the Set Field Value post-function to change the project of the issue, but it only works if Jira can match the current status between both workflows. It's not likely to work in your case.
Hope this helps,
David
Even though these are two distinct teams using two separate projects, I've considered your recommendation to combine these two workflows. Ultimately I set up a kanban board that was the sum of the two work flows, allowing for FOO and BAR issues to be visible and for BAR team members to "pull" (aka move) items from the end of the FOO workflow into their own. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'll also investigate the JMWE plugin that you suggested. Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bryan,
are you using Jira Server or Jira Cloud?
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good Question. I should have identified that I'm using JIRA server 7.4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd also be open to a workflow transition button that allowed a user to move the ticket in an semi-automated way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.