Versions Compared

Key

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

This article helps you to find out the project workflows, where lists methods that search workflows to confirm the usage of the Create on Transition app is configured(CoT) - post functions.

Instructions

Below are the two different ways to check, in which workflow the app post function is configured. 

...

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:

  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.cot.
  4. If any of the workflows get a hit, then this plugin you get any results, it indicates that the CoT app is being used in that workflow.

Usage information through database query:

  1. Run the below this 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 the query returns any records, it indicates that the CoT app is being used in that workflow. If the CoT app is used, after running the above query, you get results similar to:
    Image Added