Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,395
Community Members
 
Community Events
184
Community Groups

New comments inheritance from subtask to parent task

I'm trying to build an automation that, when commented in a subtask, copies it to the parent task. However, with what I've found in the forums and documentation, I only manage to get the first comment copied, but subsequent ones are no longer copied.

image.png

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 30, 2023

Hi @Sebastian Richards Romero - The way you have your rule configured as a manual trigger and copying the last comment, you should always get whatever the last comment is.  However, you may want to consider something more automated like this:

  • TRIGGER: Issue Commented
  • CONDITION: Issue Type = Sub-Task
  • BRANCH (Parent)
    • ACTION: Add Comment:
      • By *{{comment.author.displayName}}* at {{created.jqlDateTime}} on sub-Task {{triggerIssue}}
        {{comment.body}}

This should ensure that the parent issue is always inheriting the comments of its children

Hello @Mark Segall 

I've tried something like that.

I changed the trigger to Manual, because i though it could help and it kind of did copying every comment into a new one.

The problem with the one you've pointed out, is that the first comment is copied but the next ones doen't trigger the rule and the rule log throw this:

2.png
I'll be waiting for your answer.
Thank you!
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 03, 2023

Thanks for the audit log... That clears it up.

By default, when you use the Add Comment action, it checks the box:

Prevent duplicates by only adding this comment once to a particular issue

Uncheck this and it should run each time.

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events