Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,546
Community Members
 
Community Events
185
Community Groups

Impact analysis for planned changes in configurations?

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?

2 answers

1 accepted

1 vote
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 26, 2023

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:

  • A JSON export of all filters with their JQL
  • Xlsx process of the exported data

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events