Hi,
I'm importing data from Redmine into Jira. The redmine importer imports Resolution field from Redmine into a custom field, not the builtin JIRA Resolution field.
A - Is there any way to match up the Resolution field in Redmine to JIRA's Resolution field?
B - I tried to do a one-off script using ScriptRunner to copy the custom field value into the resolution field. I can't find the api to set the resolution. There are a bunch of gets, no set function that I can see. Any pointers?
You can use com.atlassian.jira.issue.MutableIssue#setResolutionId.
There is a Bulk Fix Resolution built-in script, which allows you to bulk change by jql query (IIRC), maybe you could just run that several times.
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.