Forums

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

Need to identify JSU functions used in Workflows

Nishant Hulawale October 20, 2020

We have used SQL query to find out the name of project using JSU(Jira Suite Utilities) functions.

But now we need to manually find out each transition in workflows of those project using JSU functions. 

What is the correct way we can find out which workflow steps are using JSU fucntions.

IS there any way we can get the workflow and tranisiton id number which has methods implemented by JSU.
If we can get that then we have detailed info and we can go and correct it.

2 answers

0 votes
Thorsten Letschert _Decadis AG_
Atlassian Partner
October 21, 2020

Hi @Nishant Hulawale ,

when you're interested in the usage of 3rd party apps within your workflow, I'd like to recommend Admin Toolbox for Jira (https://marketplace.atlassian.com/apps/1214246/admin-toolbox-for-jira?hosting=server&tab=overview) and it's built-in workflow report (https://apps.decadis.net/pages/viewpage.action?pageId=13076594) - besides many other features for administrators.

Disclaimer: I'm part of the team behind the aforementioned app.

0 votes
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 Leaders.
October 20, 2020

You will need to read every transition in every workflow to check where they have been used.

The best we can do to automate that a bit is to get the a full xml backup of your Jira (or export every workflow to xml) and then do a text search each one for the class names of each function (they all start the same if you are happier with a bulk search)

Nishant Hulawale October 22, 2020

 

hi ,

Thanks for your answer. How can I identify from class names of each function that this belong to JSU?

We will try this, looks good.

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 Leaders.
October 22, 2020

From memory, the class name includes literally .jira-suite-utilities.

Nishant Hulawale October 27, 2020

We have workflow list which using JSU, we got it from SQL query.

I exported one workflow from that list and did text search ".jira-suite-utilities" but didnt find anything.

Hows that possible?

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 Leaders.
October 27, 2020

I may have the class name wrong, I took it from the marketplace tag because I have not got a Jira to hand with it installed.

There's every chance Beecom have refactored since they got it, so I would try some other phrases - search for jsu or beecom as a starter.

Suggest an answer

Log in or Sign up to answer