Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA workflow - custom postfunction name is missing

Szymon Kolorz May 8, 2014

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:

Postfunction without a name

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

1 answer

2 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2014

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events