You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
hi Community,
This is just to share an Script to copy comments and attachments between linked issues (relates-to) . I want to mention this is to be used in a Script Listener and it works with the "Issue Commented" event.
I also would like to mention :
- it's a code that should be improved
- might not be the most efficient code BUT it works
- the reason why I evaluate extensions in the content of the comment is because I need to know somehow if it is just a comment or a comment with an attachment.
- I share the link to github because I think it's easy to read.
That's it. I hope you find it useful.
Scripts/Atlassian at main · isebriano/Scripts (github.com)
Greetings to the community