Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.