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.
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.