Skip a transistion based on a custom field value

Ash April 17, 2013

Hi,

I'm trying to create a workflow for assigning issues to support teams for a "Helpdesk style" project. In the screen the user can pick a group to assign the issue to, however when the issue is created, I'd like to update the issue status to "assigned" as opposed to "open". If no group is selected then the issue can stay as open, which is how it's working now.

If a group is selected, the user then has to press the button to transition this tho the assigned status.

I can't find anything in the post function options that will allow me to update the issue status based on the value of a custom field.

I'm not a developer so not sure if a script or add on could manage this.

Would appreciate some advise.

Thanks in advance.

Cheers - Ash

1 answer

1 accepted

0 votes
Answer accepted
Tanner Wortham
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 17, 2013

the plugin at the link below might be what you're looking for. it has a built-in script to fast-track an issue through a workflow step:

https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner

script you'd want:

https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-Fast-tracktransitionanissue

Ash April 17, 2013

Hey, many thanks Tanner - that did the trick!

Tanner Wortham
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 17, 2013

glad i could help.

Suggest an answer

Log in or Sign up to answer