Can we use this plug in to force the use to type the linked issue when the resolution is Duplicated?

EhsanKH October 26, 2015

Can we use JIRA Workflow Toolbox plug in to force the use to type the linked issue when the resolution is Duplicated?

1 answer

0 votes
Fidel Castro
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.
October 30, 2015

Hi Ehsan,

Yes, JIRA Workflow Toolbox can implement the behavior you need. To do it, you simply have to insert validation "Boolean validator with math, date-time or text-string terms" in transitions "Close Issue" and "Resolve Issue", or all the transitions in your workflow that end up closing or resolving the issue.

The configuration to use is the following one:

Captura de pantalla 2015-10-30 a las 21.10.19.png

Boolean expression used is:

%{00028} = "Duplicate" IMPLIES count(linkedIssues("duplicates")) > 0

Note that %{00028} is field code for "Resolution".

Sorry, for the delay in my response, I didn't see your question until today.

If you have more questions about this plugin, you can use http://support.workflowarts.com

Best regards,

Fidel

Suggest an answer

Log in or Sign up to answer