Versions Compared

Key

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

This article lists methods that search workflows to confirm the usage of the Update on Transition (UoT) app.

Instructions

...

To confirm whether the UoT app is used, search for workflows that have post function configured through the app, using any of the methods as given: 

Usage Information through XML export:

  1. Export a workflow in an XML format.
  2. Open the exported XML file in any browser.
  3. Search for this text: <arg name="class.name">org.swift.jira.cw
  4. If you get any results, it indicates that the UoT app is being used in that workflow.

Usage information through database query:

  1. Run this query in your database.

    Code Block
    themeMidnight
    select workflowname from jiraworkflows where descriptor like '%<arg name="class.name">org.swift.jira.cw%';
    


  2. If the query returns any records, it indicates that the UoT app is being used in that workflow. If the UoT app is used, after running the above query, you get results similar to:
    Image Added