I'm new to scripting and scriptrunner.
Can someone help me with scriptrunner request (or mb with other script automatizators)
I need to update Epic when:
- New issue created and linked to this epic
- When issue linked to this epic updated
After this happens, I will notify watchers and author via email (with notification assistant plugin)
Hello @vidoq
You can create script listener, which checks if the issue created/updated has an epic or not. And if the updated issue has an Epic then update the required fields of the Epic.
Please see some samples here
https://scriptrunner.adaptavist.com/latest/jira/listeners.html#_custom_listeners
Also, you can use a built-in listener (send custom email) to send notifications to required people.
https://scriptrunner.adaptavist.com/latest/jira/listeners.html#_built_in_listeners
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I read this article, but the problem is - I can't hve a possibility right now to sort out scriptrunner\groovy code...
If there's no code sample that I can use right away, I will come back with this in a month by my own :)
I thought it's trivia, but for me - it's not ;))
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.