Please see rule snip below. I create a ContinueInd variable that is set to "Y". After transitioning the issue to TO DO, I need to also set the ContinueInd variable to "N". What action will allow me to do that? Thank you.
Hi @Jeff Hooper
Two issues with your rule...
First, you are trying to use an "Issue matches JQL" to test a created variable. That will not work as the variable is not part of an issue. Please try an advanced compare condition instead.
Next, branches have some behaviors to understand as they impact your scenario:
Your rule uses case #1, and so the way to "edit" a variable is to use the create variable action again using the same variable name. Then it will be available with the update after the branch.
Kind regards,
Bill
Thanks @Bill Sheboy
Your first point corrected my remaining issue. Your second point provided more information regarding what I had learned yesterday.
The rule works perfectly now! Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jeff Hooper
You'd have to use the same action of create variable and update the value given to the variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Dan Tombs
I'm creating the variable, with a smart value of 1. When I get into the Parent branch, the JQL condition ({{ContinueInd}} = 1) is not met. What am I missing?
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.