Mercurial > public > JIRA
diff ssdt-jira-plugins-v2/plugins/src/main/resources/atlassian-plugin.xml @ 0:92d945347fc0
V2 of the SSDT JIRA Plugins. Uses new Maven 2 based project. Created
for JIRA 3.12.
author | smith |
---|---|
date | Tue, 20 May 2008 17:11:35 -0400 |
parents | |
children | 56349dc044f5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ssdt-jira-plugins-v2/plugins/src/main/resources/atlassian-plugin.xml Tue May 20 17:11:35 2008 -0400 @@ -0,0 +1,33 @@ + +<atlassian-plugin key="org.nwoca.ssdt.jira.ssdt-jira-plugins" name="SSDT JIRA Plugins V2"> + + <plugin-info> + <description>SSDT JIRA Plugin</description> + <version>2.0</version> + <application-version min="3.12" max="3.12"/> + <vendor name="SSDT" url="http://ssdt.oecn.k12.oh.us/"/> + </plugin-info> + + <workflow-condition + key="istestinguser-condition" + name="Only the QA Assignee" + class="org.nwoca.ssdt.jira.IsTestingUserConditionFactory"> + <description>Condition to allow only the QA Assignee to execute this transition</description> + <condition-class>org.nwoca.ssdt.jira.IsTestingUserCondition</condition-class> + <resource type="velocity" name="view" location="templates/iftestinguser-condition-view.vm"/> + </workflow-condition> + <workflow-validator key="requiredocumentation-validator" name="Check Documentation Issue Required" + class="org.nwoca.ssdt.jira.RequireDocumentIssueValidatorFactory"> + <description>Check if the issue has a required Document Issue linked or sub-task.</description> + <validator-class>org.nwoca.ssdt.jira.RequireDocumentIssueValidator</validator-class> + <resource type="velocity" name="view" + location="templates/requiredocument-validator-view.vm"/> + </workflow-validator> + <workflow-validator key="blockedfixed-validator" name="Prevent Fixed Resolution" + class="org.nwoca.ssdt.jira.BlockFixedResolutionValidatorFactory"> + <description>Prevent "Fixed" Resolution</description> + <validator-class>org.nwoca.ssdt.jira.BlockFixedResolutionValidator</validator-class> + <resource type="velocity" name="view" + location="templates/blockfixed-validator-view.vm"/> + </workflow-validator> +</atlassian-plugin>