Hello,
Is there any easy way to know which modules of a plugin are used in my installation?
I'm using a plugin that containts 20-30 modules that are mainly workflow validators, conditions, ... and I'm pretty sure that we are using only 2-3 modules.
The plugin changed from free to paid license, and I need to know this to see if it's worth to pay the license or we can just ignore that plugin
Any ideas?
Thx
Community moderators have prevented the ability to post new answers.
Here's a suggestion:
This will give you a list of post-function/transitions/validators used and you'll get an idea what exaclty are you using.
Here's a sample of how the plugins section looks like
<plugins name="JIRA Suite Utilities" key="com.googlecode.jira-suite-utilities" version="1.4.9" vendor="beecom AG" vendorURL="http://www.beecom.ch/" requiredBy="//@workflows.2"/>
And here's a sample xml of a workflow validator:
<stepTransitions name="Close" id="71" status="Done" oldStatus="Finished" view="fieldscreen" destinationStep="//@workflows.2/@steps.4" screen="//@fieldScreens.0">
<validators description="Required fields:&#xA; &lt;b>Resolution&lt;/b> " className="com.googlecode.jsu.workflow.validator.FieldsRequiredValidator">
<objectProperties name="hidFieldsList" referencedObjects="//@fields.13"/>
</validators>
For anyone interested in our backlog we have a feature which will allow you to view all dependencies between configuration objects in your JIRA instance including plug-in usage.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.