I'd like to use Automation for Jira to make automatic changes to a Story when it transitions, but only when the story is being managed by a specific workflow.
Is this possible?
Hi Gabriel,
So JIRA issues don't really tell you which exact workflow they are part of, they just tell you which Status they are in.
So you could setup an Automation rule, that is triggered by 'Issue transitioned' and then use a JQL condition (see https://codebarrel.io/available-rule-components#jql-condition ) for example with some JQL like:
type = Story and status = "My fancy workflow status"
Not sure if that's good enough to solve your specific use-case here.
Cheers,
Andreas
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.