We have an automation that creates a subtask whenever a certain fields are selected on an issues. I want the issue created to have a summary of "Fix Version: 22.01 Patch: 002" which should populate with the trigger issue values. I've been able to get the fix version to populate but it was pulling in some sequence ID and not the actual fix version selected. Is there a smart value for Fix Versions I should be using since NOT a custom field?
I've Tried the below and get the correct custom field value but NOT fix version....
Fix Version: {{triggerIssue.fixVersion}} Patch: {{triggerIssue.customfield_10070}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.