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 everyone,
I'm cloning an issue with scriptrunners "Clones an issue, and links" post function.
I want to include the issue key of the original (parent) issue in the summary of the clone, using the "Additional issue actions".
I assume this is a trivial thing, but googling it provided more questions than answers, sorry.
Can anyone help?
Hi @FH ,
documentation can be a little difficult to navigate sometimes, I agree. Luckily, what you need is indeed fairly simple.
You can access all origin issue data with sourceIssue. ...
So you might want to do this:
Additional issue actions
issue.summary = sourceIssue.key + ': Cloned issue'
And just a tip, underneath the code blocks are always some "help" code fragments, which you can copy, then analyse and experiment from there:
Hope this helps!
- Tessa
Sigh. Didn't expect it to be THAT easy ;-)
I was trying to parse through linked issues...
Thank you very much!
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.