I'm looking for ideas on how to improve this workflow. Currently we have a "support" project and a "product" project. Issues from users are submitted to the support project where we are also using the VertygoSLA plugin to track and report metrics. When an issue is to be accepted for entry into the product backlog for a future release, we Resolve it in the support project with a Resolution of "Entered into Product Backlog". We then Clone the issue and move it to the product project where it can be reviewed during release and sprint planning.
This works fine but the process of Cloning seems like double work and the comments don't come with it. Also, it gets assigned a support project key then we have to Move it to the product project.
Is there a better way?
Thanks,
Jeannette
actually, it looks like I can use an existing plugin, Script Runner, as a post-function in my workflow to automatically clone the issue based on some condition. I'm not sure if I am using the correct syntax though.
condition - issue.resolution.name = 'Entered into Product Backlog'
The condition tester shows me the result = true but it still doesn't work.
I think this is ok: issue.resolution?.name = 'Entered into Product Backlog'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could have a look at the following plugin. Using the plugin you don't have to manually clone an issue. You can create an new issue automatically based on your workflow:
https://marketplace.atlassian.com/plugins/org.swift.jira.cot
Cheers Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.