Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3
minLevel3
exclude

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

AM Utils doesn't store the information about each instance where its function is used. For that you'd need to look at which workflows, post-functions, validators are used and in what way. We do have this feature in our backlog but it's not planned for any immediate sprints, and this could be several months for it to get implementedStarting with v2.2.0 version of Power Utilities and above you are able to find out how much the Power Utilities app is used in your Jira instance.

To do this, go to Administration →  Manage apps →  Power Utilities for Jira →  Workflow Viewer. For more details, click here.


Image Added

Other way is to make the request to your DB:

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


Is Power Utilities 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 Power Utilities JQL functions only.