This article helps you to find out the project workflows, where the Create on Transition app is configured.
Instructions
Below are the two different ways to check, in which workflow the app post function is configured.
- Export all your workflows in XML format and then do a text search with <arg name="class.name">org.swift.jira.cot. If any of the workflows get a hit, then this plugin is being used in that workflow.
Run the below query in your database and check if you get any workflow names. If you get any output, then those workflows are using this plugin in the post function.
select workflowname from jiraworkflows where descriptor like '%<arg name="class.name">org.swift.jira.cot%';