This day has come! We are happy to announce that you now have an easy way to find out how much the AM Utils the Power Utilities app is used in your Jira instance
...
Info |
---|
The feature is available starting with v2.2.0 version of AM Utils of Power Utilities and above. |
Viewing Workflows associated to a given Project and Issue type
Workflow viewer enables you to see the information about a published workflow, associated to a given Project and Issue type.
...
- To access the page, go to Administration > Manage apps > Am Utils > > Power Utilities for Jira > Workflow Viewer
- The page displays conditions, validators or post functions that are in use
- Transition - the name of the transition, the initial step name and destination step name are displayed
- Conditions - the text representation of the conditions tree including AM Utils conditions including Power Utilities conditions and their detailed information highlighted
- Validators - the list of validators on the current transition including AM Utils validators including Power Utilities validators and their detailed information highlighted
- Post functions - the list of post functions on the current transition, including AM Utils including Power Utilities post functions and their detailed information highlighted
Info | ||
---|---|---|
| ||
If there is no project selected for a workflow viewer, then there will be no associated issue type to a given workflow. |
...
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
This page enables you to see the information about Saved Filters. AM Utils JQL Power Utilities JQL functions are included.
- To access the page, go to Administration > Manage apps > Am Utils > Power Utilities for Jira > Saved Filters Viewer
- The page with Saved Filters is displayed. AM Utils Power Utilities specific functions are highlighted.