Skip to end of banner
Go to start of banner

How to get the usage information of Create on Transition app

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

Instructions

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

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 you get any search results, it indicates the Create on Transition app is being used in that workflow(s).

Usage information through database query:

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

    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). Once you run the query in the database you will get the results similar as follow:

  • No labels