Skip to end of banner
Go to start of banner

How to know 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

Version 1 Next »

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. 

  1. 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.
  2. 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%';
  • No labels