This article helps you to find out the project workflow(s), where lists methods that search workflows to confirm the usage of the Create on Transition app is configured(CoT) - post functions.
Instructions
Here are the two ways to check, in which workflow(s) the app post function is configured through the Create on Transition app.To confirm whether the CoT app is used, search for workflows that have post function(s) configured through the app, using any of the methods as given:
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.cot.
- If you get any search results, it indicates that the Create on Transition CoT app is being used in that workflow(s).
Usage information through database query:
Run the below this query in your database and check if you get any workflow names.
Code Block theme Midnight select workflowname from jiraworkflows where descriptor like '%<arg name="class.name">org.swift.jira.cot%';
If you get any search resultsthe query returns any records, it indicates that the Create on Transition CoT app is being used in that workflow(s). Once you run the query in the database you will get the results similar as follow. If the CoT app is used, after running the above query, you get results similar to: