The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

how to find plugin usage in jira

indra
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 Champions.
August 29, 2017

how to find  plugin usage in jira ?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

6 votes
Answer accepted
Nic Brough -Adaptavist-
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 Champions.
August 29, 2017

You have to work through each function that an add-on provides and look at the config or logs, or activity.

Add-ons can do so many different things, there's no way to know where they all might be being used, and the methods to work out their usage vary wildly.

If, for example, an add-on creates a custom field type, it's easy - run a search for "custom field of that type is not empty".  But if it provides a report, you're going to have to read access logs to see if people are using it.  If it's a workflow function, you need to read all your workflows (although a search for the plugin key in an xml backup is usually easier)

The most reliable, but potentially evil method is simple though.  Disable the add-on.  See who screams.

Ignacio Pulgar
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 Champions.
August 29, 2017

Really interesting thoughts, Nic!

indra
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 Champions.
August 29, 2017

Thanks Nic,

                     find out macro usage based on functionality  is it ok.but  I want Similarly like macro usage option in confluence.

Like Anna O. likes this
Nic Brough -Adaptavist-
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 Champions.
August 30, 2017

You're still going to have the same problem that add-ons can do all sorts of things, but macro usage is solve-able.

I have https://community.atlassian.com/t5/Confluence-questions/Scan-Confluence-instance-for-macro-usage/qaq-p/117041 in my bookmarks - Davin's macro works really well.

Like Rajat likes this