Need Script for workflow transition

pokalav October 2, 2017

Hi Team,

Please advise the script for below requirement, we added a "Primary" field in BUG while creating issue as "True" or "False" so now selecting "True" this should work.

The story should move from "In Validation" to "Scanning"

the condition is

When Bug where in Primary custom field is true moves from In Validation to In Progress.

 

Note : The Multiple Bug is Blocks the Story.

Thanks,

1 comment

Comment

Log in or Sign up to comment
adammarkham
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.
November 8, 2017

You can do this using a fast-track post-function on that transition here.

Your condition should be something like:

cfValues["Primary"] == "True"
TAGS
AUG Leaders

Atlassian Community Events