Skip to content

Instantly share code, notes, and snippets.

@lucasallan
Created July 6, 2013 16:40
Show Gist options
  • Save lucasallan/5940444 to your computer and use it in GitHub Desktop.
Save lucasallan/5940444 to your computer and use it in GitHub Desktop.
Jira post-function plugin configuration
<atlassian-plugin key="com.lucasallan.jira.transitions.postfunctions"
name="Post Function Plugin" plugins-version="2">
<plugin-info>
<description>Unbounce WorkFlow Plugin</description>
<version>1.0</version>
<vendor name="Unbounce" url="http://www.lucasallan.com" />
</plugin-info>
<!-- Post Function Sample -->
<workflow-function key="add-comment" name="Comment Integration"
class="com.lucasallan.jira.plugin.workflow.WorkflowNoInputPluginFactory">
<description>Adds comments</description>
<function-class>
com.lucasallan.jira.transitions.postfunctions.StateTransitionsHandler
</function-class>
<orderable>true</orderable>
<unique>false</unique>
<deletable>
true
</deletable>
</workflow-function>
</atlassian-plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment