Hi All,
I'm trying to create an automation for the affects version field. We have one cascading field called "Version defect was found" when a new issue is creating if the user selects the value in cascading field "1234" The Affects version field needs to show only the selected version.
Automation rule:
When: Issue is created
Project equals to ABC
Issue Type is Bug
Issue fields condition
hear I'm not able two select "Version defect was found" field
Thanks
Instead of issue field condition, try advanced compare condition and type:
{{issue.Version defect was found.value}} equals "the value of your field"
{{issue.Version defect was found.child.value}} equals "the SECOND value of your field"
Keep in mind that you will need TWO advanced compare condition
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.
If we have multiple values in "Second value". For example, I'm using cascading field and 1 value is 1AA and 2 values are 1.aa and 2.aa.. So when I select 1 value and 2nd value matches any of this. How can I add this to rule
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Pathan Zubair Khan then just remove the second condition. You only care if the user chooses the parent value of the cascade field. So it's irrelevant if the users chooses any child value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Alex Koxaras _Relational_, I'm having a similar issue. Could you break that syntax down into a fill in the blank type code? I take it that the "Version defect was found" is the name of the field, but should ".value" be there for every type of code? Should I enter the value I want fulfilled? Or does that go in the second value line?
Thanks for your help!
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.