Hello,
Here is the brief:
I have several projects sharing the same workflow, field configuration and screen scheme so that an issue can easily be moved from one project to the other without having anything else to do than selecting the target project.
To simplify my need, let's assume there is only two projects: project A for team 1 and Project B for team 2, and that this shared workflow has the initial status: "Open" and only two possible outcomes (resolutions): "Closed" or "To be passed to the other team".
When an issue in Project A reaches the resolution "To be passed to the other team", I need this issue to move to Project B and start again the workflow at "Open".
I tried to think about the only value that would inevitably changes during this move, the issuekey, but I can't wrap my mind around any viable condition or validator using it..
I am open to any solution, whether it hides the transition (use of a condition) or blocks it (use of a validator), only restrictions: JIRA Cloud (so no listener option available), but if it can help I have JMWE plugin activated on the instance and therefore all the additional conditional post-functions that goes along.
Any help would be highly appreciated!
Sincerely,
Hi Séverin,
you mentioned being on Jira Cloud and having JMCF. The two are incompatible, since JMCF is only available on Jira Server. So, which is it?
Hi David,
JIRA Cloud and JMWE plugin only, my bad, I have JMCF but on another instance (Server) and I got mixed up. I corrected my question. Thanks for picking it up!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case, I'm afraid your options are very limited, since apps cannot implement new workflow conditions (nor Validators) on Jira Cloud.
If you want a seamless process for your users, I would strongly recommend changing your approach. Instead of moving issues to another project when passing over to another team, you should clone the issue and close the original one. This way, everything can be automated using JMWE post-functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That would indeed do the job pretty well, even better than what I was planning to do! I got stuck in the move approach and didn't think about it this way.. Thank you very much for the workaround! I accept the solution.
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.