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.
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.
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From memory, the class name includes literally .jira-suite-utilities.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.