How to configure postfunction name? My custom postfunction doesn't have a name in the transition details. Name and description are visible "Add Post Function To Transition" form, but after adding it I see this:
My configuration:
<workflow-function name="Reopen Issue Post Function" class="com.atlassian.jira.plugin.workflow.WorkflowNoInputPluginFactory"> <description >My task reopen post function</description> <function-class>com.mydomain.jira.spp.workflow.ReopenTaskPostfunction</function-class> </workflow-function>
I tried this:
<workflow-function key="close-issue-post-function" name="Close Issue Post Function" class="com.atlassian.jira.plugin.workflow.WorkflowNoInputPluginFactory"> <description key="close-issue-post-function.description" /> <function-class>com.mydomain.jira.spp.workflow.CloseSppTaskPostfunction</function-class> </workflow-function>
but it also didn't work.
jira version: 6.2
You need to define a view template for your post function. You can find an example here: http://www.j-tricks.com/1/post/2010/08/workflow-post-function.html
During add/edit, if you want to get details from user, you will need those templates as well but they are optional.
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.