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
Does anyone have something set up that informs users of changes to their Jira? I want to set something up because sometimes I will get requests to change components, custom field names or even issue type names. This then affects users filters and in turn this affects their dashboards and reports. I'm not able to check what filters use these before I change them so I want to find a way to let users know I have made changes. I thought about a sort of knowledge base in confluence but I wanted to ask here to see if anyone had something like this already and what suggestions they had? Thanks
Depends on what we're trying to document, but generally no, as the JIRA request to make changes is usually enough.
Hey Aileen,
I'm with Nic on this - a note in the announcement banner with a link to more info on the change in Confluence. Additionally, you could use JIRA's "Send E-mail" feature to notify all users or all users in a role or group. (But what's the fun in storing change history in email?) ;)
Finally, if you have the Server version, I'd take this one step further by detecting specific users who are sure to be impacted.
Take a look at the "searchrequest" table in the database. The "reqcontent" field stores a filter's query. I do a "like" search to find the name of the status or issue type or custom field I've changed. Then I send a quick message to the author, showing their filter title and filter ID, so they can either update or remove it.
Hope this helps!
Rachel Wright