Skip to end of banner
Go to start of banner

AM - FAQ

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

How can I check which feature of the app are used and where?

Starting with v2.2.0 version of AM Utils and above you are able to find out how much the AM Utils app is used in your Jira instance.

To do this, go to Administration →  Manage apps →  Am Utils →  Workflow Viewer. For more details, click here.


Screen Shot 2020-07-10 at 10.15.23.png

Other way is to make the request to your DB:

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%');

Is AM Utils Add-on available for Jira cloud?

Not yet. But we're already working hard to make it possible as soon as possible. Stay tuned and let us know what you would like to see first.


Does defined search limit in JQL Function Settings affect native Jira JQL function?

No, this applies to the AM Utils JQL functions only.

  • No labels