Hi, We are SOAP API to set the resolution to Unresolved. I tried the snippet
RemoteFieldValue[] actionParams = new RemoteFieldValue[] { new RemoteFieldValue("resolution",
new String[]{null}) };
RemoteIssue updatedIssue = jiraSoapService.updateIssue(authToken, issueKey, actionParams);
But the issue's resolution not clearing to Unresolved.
Can you help where I went wrong.
As soap is deprecated and unused in later versions, my memory of it is failing. Part of me wants to suggest using a blank string instead of "null", and also the resolution value is not an array, it's a single value.
However, Resolution should not be on an Edit screen either, and SOAP should not be able to edit it if it's not. I suspect you need to trigger a workflow transition instead, one with "clear resolution" set on it.
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.