This day has come! We are happy to announce that you now have an easy way to find out how much the AM Utils app is used in your Jira instance
...
Info | ||
---|---|---|
| ||
If there is no project selected for a workflow viewer, then there will be no associated issue type to a given workflow. |
In addition you can use the following SQL query to identify app usage
Code Block |
---|
SELECT workflowscheme.name, workflowschemeentity.scheme, issuetype.pname, workflowschemeentity.issuetype FROM issuetype, workflowschemeentity, workflowscheme WHERE issuetype.id = workflowschemeentity.issuetype andworkflowscheme.id = workflowschemeentity.scheme and workflowschemeentity.workflow in (SELECT jiraworkflows.workflowname FROM jiraworkflows WHERE jiraworkflows.descriptor like '%ru.andreymarkelov.atlas.plugins%'); |
Viewing current user Saved Filters
...
- To access the page, go to Administration > Manage apps > Am Utils > Saved Filters Viewer
- The page with Saved Filters is displayed. AM Utils specific functions are highlighted.