Copy custom field value into Resolution

Yamuna Ramasubramaniyan May 2, 2016

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?

1 answer

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 3, 2016

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.

Suggest an answer

Log in or Sign up to answer