Versions Compared

Key

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

This article explains how to determine the usage of JMWE extensions on a Jira Server/Data Center instance.

SQL Query for Identifying Workflows with JMWE

...

extensions:

To identify the workflows that utilize JMWE extensions, you can execute the following SQL query:

...

This query returns the list of workflows that contain JMWE extensions.

Counting JMWE Extensions in Workflows

To retrieve the number of instances of JMWE extensions in each workflow, you will need to export the workflows as XML and count the occurrences of "com.innovalog.jmwe" within that XML file. Here are the steps:

...

This will show you all instances of JMWE workflow conditions, validators, and post-functions.

Viewing Scheduled Actions, Event-based Actions, SharedExtensions and Shared Groovy Scripts

JMWE provides dedicated pages for viewing Scheduled Actions, Event-based Actions, SharedExtensions, and Shared Groovy Scripts directly in the Jira UI:

...

These pages display all the configured actions, making it easy to manage and review them.

Using Third-party Tools

Alternatively, you can use third-party tools such as “Power Admin” or “Workflow Analyzer” to filter workflow extensions by the app:

...

These tools can help in identifying and managing JMWE configurations across your Jira instance.

JMWE Workflow Extensions Page (Version 8.3.0 and Above)

Starting with JMWE version 8.3.0, a new page has been added to the JMWE Administration section:

...