Dear all,
I try jira's old version 3.12.3 and study to create a plugin to upload the issues to update/create issues.
Now I can change the issue's description and other fields except STATUS, I can use workflow to update the issue's status, but it cannot add changegroup/changeitem records, how can I do?
at the moment, I add changegroup/changeitem records manually, but how can I get the sequence ID? (now I use update the sequence table, but it's not good i think :( )
Thanks and best regards,
Muiz
Hi, Dieter,
Thanks very much! Do you know can the Workflow auto add the changelog? Because if we use this API, we need to get the changroup ID manually, e.g.
User update the issue's description and status,
then we use below code to update the description:
CoreFactory.getActionDispatcher().execute(ActionNames.ISSUE_UPDATE, EasyMap.build("issue", issue.getGenericValue(), "issueObject", issue, "remoteUser", currentUser));
Then JIRA will add a changegroup and a changeitem records,
Then we use workflow to update the issue's status, and we also need to add a changeitem which belong to pre-changgroup, is it right?
muiz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.