Problem during merge transition

Issue #17 resolved
Fabiano Nascimento Leite created an issue

Hi,

during testing of the merge operation, I had an error:

2013-02-26 15:25:59,741 http-80-16 ERROR thonorato 925x31806x1 1falfjo 10.2.43.2
36 /secure/CommentAssignIssue.jspa [atlassian.jira.workflow.OSWorkflowManager] C
aught exception while attempting to perform action 181 from workflow 36120 on is
sue 'JCF-30'
com.opensymphony.workflow.WorkflowException: Custom field 'Merge into issue' not
 found
        at com.verhas.jira.plugin.merger.MergeIssuesFunction.execute(MergeIssuesFunction.java:93)
        at com.opensymphony.workflow.AbstractWorkflow.executeFunction(AbstractWorkflow.java:1050)
        at com.opensymphony.workflow.AbstractWorkflow.transitionWorkflow(AbstractWorkflow.java:1446)
        at com.opensymphony.workflow.AbstractWorkflow.doAction(AbstractWorkflow.java:564)
        at com.atlassian.jira.workflow.OSWorkflowManager.doWorkflowActionInsideTxn(OSWorkflowManager.java:905)
        at com.atlassian.jira.workflow.OSWorkflowManager.doWorkflowAction(OSWorkflowManager.java:865)
(...)

Missed configure something ?

Thank You!

Comments (4)

  1. Fabiano Nascimento Leite reporter

    Hi István,

    thanks for the feedback, it really was as suggested, I changed the name of the custom field exactly like the type "Merge into issue" and it worked correctly.

    Thank you.

  2. Log in to comment