Hi all!
I've created an automation in Jira to replicate all comments left to subtasks to their linked epic with following information (using smart values):
A new comment has been added to a subtask.
{{comment.author.displayName}}
{{comment.created}}
Contents:
{{comment.body}}
This part works fine, but. Is there a way to get the original task number (where the comment has been originally posted to) included in the comment in epic?
So:
A new comment has been added to a subtask (KEY OF THE ORIGINAL TASK).
So far I've only been able to replicate the epic number to the comment in epic with issue.key.
I'm working with project administrator rights.
Hi @Veera Welcome to Atlassian Community!
You can use this smartvalue to get Issue key of a sub-task : {{triggerIssue}}
Oh my god, thank you! I feel a bit stupid now. :D
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.