Summary

If you need to follow how frequently Time in Status is used on your system or which users are using the app, you can enable the info logs as described below.

Output

When the info logs are enabled, Time in Status will write a message like below to Jira logs (atlassian-jira.log file on your server) every time a Time in Status report is requested (either from Time in Status main page, a Time in Status tab on an issue view page, a dashboard gadget or via REST API).

Time in Status by OBSS report requested by user : admin Report Type : statusduration, Source : UI

Enabling Info Logs

To see these logs you will need to enable INFO level logging for tr.com.obss.plugin.tis.rest.ReportBuildingControllerBase package.

  1. Navigate to Logging and Profiling page of under Jira Administration pages. ( <jira-address>/secure/admin/ViewLogging.jspa )
  2. Click on Configure logging level for another package.
    1. Enter tr.com.obss.plugin.tis.rest.ReportBuildingControllerBase as the Package Name.
    2. Select Info as the Logging Level.
    3. Click Add.

After following these steps, you should see the new package name in the package list on the same page, as shown below:



You will need Jira Administrator permissions to perform these steps and will need file system access to Jira server to see the log.

Based on the use frequency of Time in Status on your system, this setting might produce too much log output. Please keep an eye out for log size and remove this setting if necessary.






  • No labels