There is no information on add post function / validator / condition add list about which plugin they belong to.
is there any way to understand ?
may be you want to look at the modules of the plugins as well. You'll find something like:
User is in Any Group (userIsInAnyGroup-condition)
Date Compare (dateCompare-validator)
Clear Field Value (clearFieldValue-function)
That might help you as well.
This is a common problem that I experience as well. The name that appears on the add list is controlled by the plugin provider. Starting a few releases ago, I added the plugin name to every validator and post function that my plugins provide. It helps and if others would adopt a similar convention it would be helpful for the future. Example:
Update one or more issues when conditions are satisfied. Bob Swift Software - Conditioned Workflow Functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try try to look at the workflow XML. If you know that you're using a post-function on a specific transition look up the transition and you might find sth. like:
com.onresolve.jira.groovy.GroovyFunctionPlugin
com.innovalog.jmwe.plugins.conditions.NonInteractiveCondition
That way you can narrow it down...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.