Versions Compared

Key

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

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

...

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

...

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

Counting JMWE

...

Extensions in Workflows

To retrieve the number of instances of JMWE configurations 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:

  1. Log in as a Jira administrator

  2. Export Workflows as XML:

    • Go to Jira Administration > System > Import & Export > Backup System.

    • Select the option to export the system to XML.

  3. Unzip the Export File and Search the XML File:

    • Unzip the downloaded backup file.

    • Open the entities.xml file.

    • Search for the term com.innovalog.jmwe.

...

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

...

JMWE Workflow Extensions Page (Version 8.3.0 and Above)

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

...