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.
Hi all,
while maintaining the JSM and JSW ecosystem, we would like to keep the system clean and lean.
We would like to check where filters and issue types are used to make an impact analysis.
E.g. we have an issue type named "Bananas" and we now want to rename this issue type to "Fruits". So we need to know which filters and boards uses this issue type name.
Story:
As an admin
I would like to see where issue type names and filters (filter names) are used,
to know the impact of a change to such an object.
Is such an impact analysis tool available, maybe on the market place?
Hi @Ingo Wenke
This is quite interesting question you had there. To my knowledge I do not know of such an app. However a workaround could include:
If such workaround will suit your need then use the following endpoint to get all filters:
https://YOURDOMAIN.atlassian.net/rest/api/3/filter/search?expand=JQL
If you have more that 100 filters, then you have to re run the above endpoint for the next page etc.
After you have your JSON exports, pass them on a converter from JSON to CSV (like this one)
Download the exported csv on your excel and process the jql column, after filtering it with "issuetype".
Hi @Alex Koxaras _Relational_ ,
thanks for your answer which is part of a manual impact analysis.
Just trapped last night with automation. Name changes are not propagated to automation rules, too.
Maybe we can develop a user guide to analyze impact?
1. export all filters and check with external tool
2. export all automation rules and check with external tool
3. (How can I detect direct usage of issue type names within a board-filter?)
4. export dashboard-add on configurations ...
5. ...
I think, we need a refactoring tool / function within Jira. Hope s.o. will implement this in future.
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.