I currently have an Automation to create a Peer Review subtask when the status is moved to Ready For Review. I want the summary of the subtask to read "PEER REVIEW - (summary pulled from parent) or part of the summary from parent. Currently I am using {{issue.summary.concat (" - PEER REVIEW -")}} - {{issue.parent.summary.substringAfter ("")}} eg: Multi-Targeting Chains - PEER REVIEW - when I want it to read PEER REVIEW - Multi-Targeting Chains
But this is generating the subtask summary with PEER REVIEW at the end. How do I swap it?
Hi @Ryan McGee
You could try to put that literal value at the front when setting the Summary field for the subtask create. For example:
PEER Review - {{issue.summary}} - ...and so forth
Kind regards,
Bill
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.