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
Is there a means to notify me when someone (else) changes a project name?
TIA
...Kelly
Hi @Kelly Hawke
You can do that using ScriptRunner for Jira. There is a feature called as Listeners where you can write a script to do something (like sending an email) based events.
Event: ProjectUpdatedEvent
This event will let you know if there is a change in the project then you can write a script to check if the change was in the name.
event.getProject().name
event.getOldProject().name
For sending custom email you can check the script here.
I hope it helps.
Ravi
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.