The default is to drop logging data into the application log, but that can be changed if you're willing to mess with log4j settings, or a particular app supports separate logging.
Also, you may find that an app only logs errors. From memory, JSU logs global config change and errors, but not actions that are part of something and don't fail - so if you use a JSU post-function in a workflow, you won't see it log anything unless it fails. The logs won't help you find out where you have configured most apps.
There are a few apps out there that can analyse some of your app usage and report back on where they're used, and some apps are good and actively tell you where you've configured them, so it's easy to get a list.
Thanks for your kind information!
Could you please suggest some app?
Thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Prabhu Prabhakar ,
To get the JSU usage statistics on your instance i.e., the list of workflows(including Inactive workflows) where JSU conditions, validators & post-functions are added, please run the below SQL query in your database :
select * from jiraworkflows where descriptor like '%com.googlecode.jsu%' or descriptor like '%ch.beecom.jira.jsu%';
Follow below steps to retrieve debug logs of JSU in Jira :
When Jira is restarted, these packages will be removed from the logging level list and will have to be added again to get the debug information related to JSU configuration.
We have opened a support ticket in our JSU support portal to better track your request. However, we couldn't add you as the reporter. Please sign up using this link and share the username/id. We'll then add you as the reporter and confirm.
Thanks,
Suprija
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.