Hello,
I'd like to get the parent and child values from a cascading list in a sub-task and fill in the same values in the parent ticket on a cascading list as well.
The automation is supposed to be trigger when a field is modified in the parent ticket, the automation should gather the value from the sub-task and fill the cascading lsit.
Both two cascading list have the same values but are two separate fields.
I tried to get the value by using the Branch "For sub-tasks", then create three variable :
for example :
Then i tried with additional field in json such as :
{
"update": {
"NAME OF MY CASCADING LIST": [
{
"set": {"value": "{{myvar1}}", "child": {"value" : "{{myvar2}}"}}
}
]
}
}
But nothing seems to work,
thanks in advance !
Hello @Térence LECROIX
Please show us your rule.
Sometimes the problem with using smart values and variables has to do with the context of when they are used/created.
Hello, thank you for your anwser, please find some screenshots
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Térence LECROIX
Thank you for those images. That is very helpful.
In order to use the variables outside of the branch you will need to create a variable outside of the branch before it executes.
Refer to the workaround shown in https://jira.atlassian.com/browse/JSWCLOUD-22527
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.
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.