Hello all,
I need your help with an issue I'm facing in Jira.
A user tries to perform the transition from In Progress to Resolved (No Fix Delivered) using the Bulk change option.
According to project's workflow when if the resolution = Duplicate we have to set the 'Linked Issues' field to Duplicates and type the correlated issue key in the 'Issue' field.
The error is the result of a scripted validator we use.
I would like to ask if there is an option to enable "Linked issues" field in bulk change operation or if there is any workaround for this.
Jira v. 7.9.2.
Thank you!
Unfortunately, You cannot edit the bulk change screen to my knowledge.
I’ll suggest first bulk edit and create the duplicate link first. And only then bulk transition and close the issues.
Cheers.
Hello @Ismael Jimoh ,
Thank you for the reply.
I've created an other question here.
We have added a script validator using (ScriptRunner).
When we make the transition manually, everything works fine.
When we try the same transition using the bulk change tool we get the error (that should be appeared only for Duplicate issues) for all the resolutions.
I've updated the script from:
def firstComparisonResult = issue.resolutionObject.name== "Duplicate"
to:
def firstComparisonResult = issue.resolution?.name == "Duplicate"
but we still receive the same error during the bulk edit operation.
Do you have any idea why this is happening?
Thank you,
Iro
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.