PU - Workflow Viewer

This day has come! We are happy to announce that you now have an easy way to find out how much the Power Utilities app is used in your Jira instance

The feature is available starting with v2.2.0 version 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 get access to the workflow viewer, you must have Administrator permissions.

  1. To access the page, go to Administration > Manage apps > Power Utilities for Jira > Workflow Viewer
  2. 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 Power Utilities conditions and their detailed information highlighted
    • Validators - the list of validators on the current transition including Power Utilities validators and their detailed information highlighted
    • Post functions - the list of post functions on the current transition, 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.

In addition you can use the following SQL query to identify app usage

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. Power Utilities JQL functions are included.

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


What's next