HI need to add watcher to an issue when cascade value is certain value.
Important is parent value in cascade field
I came up with following
Problem is that it lets through everithing
Hi @Martin Vali
Smart values for cascading fields are:
For parent value: {{issue.customfield_xxxxx.Cascade.value}}
For child value: {{issue.customfield_xxxxx.Cascade.child.value}}
So you could do:
{{issue.customfield_xxxxx.Cascade.value}} equals 491
@Marc - Devoteam thnaks for input
What is the xxxxx in {{issue.customfield_xxxxx.Cascade.value}}?
Custom field ID or parent field value ID?
Custome Field i got here
Custom field parent value id I got here
Also
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.