I've been looking at transitioning the Jira Clone/Move plugin from 4.2 [with diff] to 4.3/4.4. The one thing I'm stuck is that [within the JSP], it sets the action to Step2. I was trying to figure out this:
1. How does it handle the "step2" action location on the server? [Right now its coming back with a 404]
2. How is the action it handled under 4.1 [where it works]?
The souce to the plugin:
https://studio.plugins.atlassian.com/source/browse/JCLOMV
The forum: http://forums.atlassian.com/message.jspa?messageID=257379732#257379732
Community moderators have prevented the ability to post new answers.
The Action form item was the issue. I'm not sure why the original author has the request go to step2 but this is what it should resolve to:
<page:param name="action">CloneAndMoveIssueDetails!default.jspa?id=<webwork:property value="/issue/string('id')"/></page:param>
Hi Steven,
Would it be possible that you make your updated version of the plugin available to the comunity?
I think a lot of people would appreciate it :-)
Cheers,
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steven,
yes -would be very nice to get the updated version from the plugin repository.
Greets, Tina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.