Require linked issue

Rodney Sawyer June 24, 2013

We have a process where for a particular issue type, we need to require that it is linked to another issue. The linked issue will most likely be in another Jira project, so sub-tasks cannot be used. In the Field Scheme the field "Linked Issues" is required and is present on the screens. Yet it allows you to open a ticket without a linked issue. (My working theory is that what is actually being required is the Link Type. so "duplicate" or "relates to", and not the actual link)

You also do not seem to be able to make "Linked Issues" a "Fields Required" Validator in the workflow.

Can you require someone to provide a link to an issue? Either when creating or at some other point in the workflow?

1 answer

1 accepted

5 votes
Answer accepted
Alex Perez
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.
June 24, 2013

It seems that you can't enforce (without a plugin) to have a linked issue. From Jira Suite Utilities or Jira Misc Workflow plugins you can't access the "issue links" field. But anyway, it seems to be pretty easy to write a Condition/Validator that checks this.

Perhaps using a scripting Validator ? (https://marketplace.atlassian.com/plugins/com.quisapps.jira.jss)

Take a look to this plugin:

https://marketplace.atlassian.com/plugins/com.fca.jira.plugins.workflowToolbox.workflow-toolbox

HTH

Suggest an answer

Log in or Sign up to answer