Versions Compared

Key

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

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:

Table of Contents
excludeWhat's next

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.

Info

 To get access to the workflow viewer, you must have Administrator permissions.

  1. To access the page, go to Administration > Manage apps > Am Utils > Power Utilities for Jira > Workflow Viewer
  2. The page with  displays conditions, validators or post functions is displayed: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
      Image Removed
      Image Added
Info
titleInfo

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 

This page enables you to see the information about Saved Filters of the current user. Power Utilities JQL functions are included.

  1. To access the page, go to Administration > Manage apps > Am Utils > > Power Utilities for Jira > Saved Filters Viewer
  2. The page with Saved Filters is displayed. AM Utils  Power Utilities specific functions are highlighted.
    Image Removed
    Image Added


What's next