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