Skip to end of banner
Go to start of banner

How to get usage information of Update on Transition app

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This article explains two methods that search workflows to get the usage information of the Update on Transition (UoT) app.

Instructions

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

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.

    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, the above query gives the result as shown below:


  • No labels