Hi Team
I will want the story to pull fix version once epic is chosen. Is it possible to have the fix version pulled onto the story at the time that the epic is chosen? Along with that, if the epic does not have a fix version selected, then it be added once that fix version is added.
Let me know if that is not possible, as we may need to come up with a different method.
Can anyone help me what should I do?
Hello,
What do you man by "once epic chosen"? What does it mean "chosen" in Jira terms?
Unfortunately, I do not know a way to do it with SIL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use ScriptRunner for it.
You can catch LinkCreatedEvent and copy Fix Version from Epic to Issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ~Alexey Matveev
Thanks for your reply. Since I have not use ScriptRunner, could you please give me an example about m request?
Thanks a lot!!
Thanks,
mandia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not have a ready scripts. But here are a couple of scrpts, which can help you:
How to get a reference to the Epic:
How to set Fix version for an issue:
Info about listeners:
https://scriptrunner.adaptavist.com/latest/jira/listeners.html#_custom_listeners
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.