
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Standalone, MySQL 5.0.37, JDK 1.5.11, Windows Server 2003 german
|
|
Hello JIRA team,
I was just going through the examples of JIRA development and got stuck on the CloseParentIssue workflow function. I compiled the example and deployed it to our test server. The function itself works fine and closes the parent issue after executing (detail view of the issue is updated). When I had a look at the transitions of the issue, I saw that the transition is not available in the history list (transitions) of the issue and in the navigator, it still shows the status the issue had before executing the post function!!
After having a look at the sourcecode I recognized that the variable 'store' (type WorkflowStore) is never used! Maybe the example is not complete at all?!?
BTW, after re-indexing the database (Administration -> Indexing), the navigator shows the correct status!
Thanks in advance!
Regards,
Christian
|
|
Description
|
Hello JIRA team,
I was just going through the examples of JIRA development and got stuck on the CloseParentIssue workflow function. I compiled the example and deployed it to our test server. The function itself works fine and closes the parent issue after executing (detail view of the issue is updated). When I had a look at the transitions of the issue, I saw that the transition is not available in the history list (transitions) of the issue and in the navigator, it still shows the status the issue had before executing the post function!!
After having a look at the sourcecode I recognized that the variable 'store' (type WorkflowStore) is never used! Maybe the example is not complete at all?!?
BTW, after re-indexing the database (Administration -> Indexing), the navigator shows the correct status!
Thanks in advance!
Regards,
Christian |
Show » |
|
The plugin was broken and the code was quite old.
I have changed it and it should now all work.
Please download he latest version and try again. Sorry for the run around.
Cheers,
Nick