Versions Compared

Key

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

...

  1. Run the below query in your database and check if you get any workflow names.

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

  3. Once you run the query in the database you will get the results as follow:
    Image Added