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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.