Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to enable reciprocal links by default?

Patrick S
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.
April 17, 2017

When linking issues across JIRA (or Confluence) instances, is it possible to have reciprocal linking checked by default?

2017-04-17_13h36_57.png

1 answer

1 accepted

0 votes
Answer accepted
Moga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 1, 2017

Hi Patrick,

Out of box JIRA, does not have an option for you to enable this by default. The feature request is JRASERVER-65283. Please do vote on the feature request.

This option might work, you can inject Javascript into JIRA's announcement banner and input the attribute from

<input type="checkbox" class="checkbox" id="create-reciprocal" name="createReciprocal" value="true">

to

<input type="checkbox" class="checkbox" id="create-reciprocal" name="createReciprocal" value="true" checked="">

You can take a look at How to hide the create issue link from issues dropdown and How to Change Text Box Length on a Screen UI in JIRA to learn on how to inject script.

I hope that this helps. Cheers.

Suggest an answer

Log in or Sign up to answer