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