Versions Compared

Key

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

This article helps you to find out the project workflowsworkflow(s), where the Create on Transition app is configured.

Instructions

Below Here are the two different ways to check, in which workflow(s) the app post function is configured through the Create on Transition app. 

  1. Export all your workflows in an XML format and then do a text search with .
  2. Open the exported XML file in any browser.
  3. Search for this text: <arg name="class.name">org.swift.jira.cot.
  4. If any of the workflows get a hit, then this plugin you get any search results, it indicates the Create on Transition app is being used in that workflow(s).

OR

  1. 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.

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


  2. If you get any search results, it indicates the Create on Transition app is being used in that workflow(s).