Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to view all projects where the custom field is used?

Marcela Furyová August 21, 2018

I have a list of custom fields to change and I need know, in which projects are this custom fields associated.

Thanks for any suggestions.

Marcela

3 answers

0 votes
Petru Simion _Simitech Ltd__
Atlassian Partner
June 25, 2019

Config Insights for Jira is a plug in developed by the company I represent,  that allows you exactly what you are looking for.

https://marketplace.atlassian.com/apps/1220239/config-insights-for-jira?hosting=server&tab=overview

0 votes
Gregor Kasmann_Actonic
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 21, 2018

Hi @Marcela Furyová

Just have a look at screens, which uses a custom field. Each Screen has the ability to find a project, where it appears:

2018-08-21 10_43_56-Configure Screen.png

Marcela Furyová August 21, 2018

OK, and how to report the hidden projects?

hidden.png

Gregor Kasmann_Actonic
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 21, 2018

Oh, I see.

You can get all project name if execute a javascript below on the page:

$("#inline-dialog-project-share-info a.shared-project-name").each(function() { console.log($(this).text()); });

So just open developer console (F12 in Chrome), open Console tab, put the script and push Enter.

2018-08-21 11_28_49-Configure Screen - JIRA.png

B. Busch / A. Jurisic
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2019

Hi Gregor,

 

and what next is needed after executing this script in console, because for me not working when i click on project still see 26 hidden projects.

 

Thanks 

0 votes
Tushar
Contributor
August 21, 2018

Hi Marcela,

 

Try in issue navigator the Jquery like, 'customfield' != EMPTY

Suggest an answer

Log in or Sign up to answer