This article lists explains two methods that search workflows to confirm 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 have are having post function configured through the app, using any of the methods as given below:
Usage Information through XML export:
- Export a workflow in an XML format.
- Open the exported XML file in any browser.
- Search for this text: <arg name="class.name">org.swift.jira.cw
- If you get any results, it indicates that the UoT app is being used in that workflow.
Usage information through database query:
Run this query in your database.
Code Block theme Midnight select workflowname from jiraworkflows where descriptor like '%<arg name="class.name">org.swift.jira.cw%';
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 togives the result as shown below: