Good day everyone, I still have trouble with SmartValues, so I'm here to ask for your help.
I am creating an automation so that the subtasks for Quality are automatically created, but I want the Summary of this subtask to bring the name of the task.
For example:
The Bug type task is called "Window Error 1". I want my subtask to be called: "QA Test in Production - Error in window 1"
The subtask is created, but do not tare the name of the task. I tried with : {{issue.fields.description}} y {{issue.description}}
Which variable would be correct for this case? Or is my idea not viable?
Hello @Carol V.
Your smart value is referencing the Description field. If you want to include the Summary of the parent issue then you need to reference the summary field.
I would also suggest using the {{triggerIssue}} object for clarity that you want the Summary from the issue that triggered the rule.
{{triggerIssue.summary}}
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.