Configuring issue linking | Administering Jira applications Data Center 9.17 (2025)

About issue linking

You can link Jira issues with each other to create associations. These Jira issues can be on the same Jira installation or another Jira server. For instance, you can use issue links to specify that one issue duplicates another, or its resolution depends on another's.

Issue linking also allows you to:

  • create an association between a Jira issue and a Confluence page
  • link a Jira issue to any other web page

When you link Jira issues together, you create a bi-directional connection between them:

  • a source issue that the link originates from has an Outward link to the destination issue (e.g. the issue that the link joins to)

  • a destination issue has an Inward link back to the source issue

For example, “Issue A” that is blocked by “Issue B” has an outward link of type is blocked by, which goes to “Issue B”. At the same time, “Issue B” has an inward link of type blocks that goes back to “Issue A”.

New installations of Jira come with four default types of links:

  • relates to / relates to
  • duplicates / is duplicated by
  • blocks / is blocked by
  • clones / is cloned by

You can add, edit or delete link types to suit your organization, as described below.

Before you begin

  • To link issues, your users must have the Link issues permission.
  • Issue linking is enabled be default. If you don’t want your team to link issues, you can disableit globally for all users, as described in this section.
  • If you want to link Jira issues to issues on a different Jira server or to Confluence pages, see Configuring issue linking for external applications (below) for details on how to set this up.

Add a link type

  1. In the upper-right corner of the screen, selectAdministration Configuring issue linking | Administering Jira applications Data Center 9.17 (1)>Issues.


    Configuring issue linking | Administering Jira applications Data Center 9.17 (2)
  2. Under Issue features (the left-side panel), select Issue linking.
  3. In the Add new link type form, configure the following settings:
    • Name: enter the name of a new link type.

    • Outward link description: add a description of a link that’ll originate from the source issue.

    • Inward link description: add a description of a link that’ll join the destination issue.

  4. Select Add. You’ll be redirected to the Issue linking page with a new section listing the Caused link type.

Edit or delete a link type

We don’t recommend deleting theCloneslink type as it’s used to automatically link issues when they are cloned.

To edit or delete a link type:

  1. In the upper-right corner of the screen, selectAdministration Configuring issue linking | Administering Jira applications Data Center 9.17 (3)>Issues.

  2. Under Issue features (the left-side panel), select Issue linking.
  3. Go to theOperations column and select either the Edit or Delete link next to the link type you wish to edit or delete.

Configure issue linking for external applications

It is possible to create links to issues on a remote Jira instance or pages on a Confluence instance (running Confluence version 4.0 or later). To do this, create fully reciprocal application links between your Jira instance to the remote Jira or Confluence instance.

Fully reciprocal application links mean that:

  1. an application link must be configured on each server to the other.
  2. each of these application links must have both incoming and outgoing authentication configured to each other's servers.

To link your Jira instance and a remote Jira or Confluence instance:

  1. Log in as a user with the Jira System administrators global permission.
  2. Create an application link to your remote Jira or Confluence instance. (See Link to other applications for details.) When you create the link, make sure that:
    1. During step 2 of the Link applications wizard, you choose the option to create a link from the remote server back to your server.
    2. During step 3 of the wizard, you choose the These servers fully trust each other option. This will ensure that incoming and outgoing authentication is configured for the application link on each server to the other server.
  3. If you configured a fully reciprocal application links between your Jira instance and a Confluence instance, ensure that the Confluence instance's system administrator has enabled the Remote API (XML-RPC & SOAP) feature. See Enabling the Remote API in the Confluence documentation for details.

    If you don't enable the Remote API (XML-RPC & SOAP) feature, Jira can't communicate with Confluence. As a result, your users:

    • will see "Failed to load" messages in the Confluence links they create or add to Jira issues.
    • won't not be able to search for Confluence pages using the Find a Confluence page dialog box.

Althought you can create a one-way application link from your Jira instance to a remote Jira instance or Confluence instance, we recommend that you create fully reciprocal links instead.

A one-way link results in a partial loss of functionality for users when they create remote links. For example, when your users create a link to a remote Jira issue, they will find that the Create reciprocal link checkbox on the Link dialog won't function correctly.

Disabling issue linking

To disable issue linking globally for all users:

  1. In the upper-right corner of the screen, selectAdministration Configuring issue linking | Administering Jira applications Data Center 9.17 (4)>Issues.

  2. UnderIssue features (the left-side panel), select Issue linking.

  3. If issue linking is enabled, select Deactivate. The Issue linking page reloads, stating that linking is disabled.
    Configuring issue linking | Administering Jira applications Data Center 9.17 (5)

Configure the order of linked issues displayed on the View issue page

Jira system administrators can define the order in which linked issues are displayed in the Issue links section on the View issue page.

To change the order of linked issues, edit the valueof the jira.view.issue.links.sort.order property on Jira's Advanced settings page. This property can accept the following individual field values:

  • 'key'
  • 'type'
  • 'status'
  • 'priority'
  • resolution'

Specify the fields by which to sort issues by entering the appropriate 'value' for each field in a comma-separated list as shown here.

Configuring issue linking | Administering Jira applications Data Center 9.17 (6)

The jira.view.issue.links.sort.order property behaves similarly to a list of values specified after the ORDER BY keyword in Jira Query Language (JQL). That is, sort is performed by the first and then subsequent fields specified in the list.

Configuring issue linking | Administering Jira applications Data Center 9.17 (2025)

FAQs

How do I link an issue in Jira data center? ›

Navigate to the Jira admin panel using the icon in the upper right and select Issues. In the left hand sidebar, select Issue linking under Issue features. Make sure that Issue linking is set to ON. If it's not, select Activate to enable it.

How do I configure Jira linked issues? ›

Link issues
  • Right-click on an issue or hover to select more actions (•••).
  • Select Link issue.
  • Select a link type, then select the issues you want to link. If you want to link an issue that hasn't been created yet, select Create linked issue.
  • Select Link.

Can you link Jira issues between projects? ›

It is possible to link Jira issues using the generic Link Issue functionality, and you can link Jira issue in one Jira Project to issues in another Jira Project. Subtask level issues and their parent issue at the Standard level must be in the same Jira Project.

How do I create a link to another issue in Jira? ›

To link an issue:
  1. Open the issue view of the request.
  2. Select Link issue ( ).
  3. Search for an existing issue to link, or select + Create linked issue to create a new issue.
  4. If you searched for an existing issue, choose how they relate to each other ("is blocked by" or "relates to," for example), then select Link.

Does Jira align work with Jira data center? ›

The Jira Align connector to Jira will connect to any Jira instance (Data Center, Cloud, Server) as long as it is properly configured.

How to get linked issues in Jira using JQL? ›

Linked Issues by Link Type. If you want to get the issues linked to a specific issue with a particular link type, use the function “linkedIssues(issueKey, linkType).” To find the link type, navigate to Administration > Issues > Issue Linking and use the “Name” column.

How do I mass link issues in Jira? ›

To bulk add multiple issues to a single issue in Jira, follow these steps:
  1. Perform a search for the issues you want to add to the single issue.
  2. Select the issues you want to add by ticking the checkbox next to each issue.
  3. Click on the "More" button (represented by three dots) and select "Bulk Change all n issues."

How do I link an existing issue to an epic in Jira? ›

Easiest way is to go the issue and `link the epic using `link-issues` to it by selecting `Created by` in the drop-down.

Can a Jira issue be linked to multiple projects? ›

A Jira Project is a container for issues. An issue exists in one and only one Project. You can display issues from multiple projects in a Board because a board uses a filter to select the issues to display and the filter can be constructed to include multiple projects.

How to link 2 Jira? ›

Step 1: Establish Workflow With Both Teams

It's possible for 2 teams to sync Jira projects without having the same workflow. No matter what you decide to establish as your workflow on both sides of the Jira project, it's important for you to agree on what information is exchanged.

Can you move Jira issues between projects? ›

Sometimes, an issue may belong to a different project, and you may want to move this issue to another project. You can easily do this by using the Move Issue wizard provided by JIRA.

How do I create an application link in Jira? ›

Create an application link
  1. Log in to Jira as a user with 'Jira Administrator' permissions.
  2. Choose > Products. Select Application Links in the left menu.
  3. Select Create link.
  4. Select Continue to review connection details. Here are some options you'll see on this screen:

What does issue link mean in Jira? ›

Issue links in JIRA are just a way to define how issues are related to each other. For example, one issue within JIRA, ET-2, may have been created by cloning another issue, ET-1. In that case, we would say ET-2 "clones" ET-1 and ET-1 is "clone by" ET-2.

How do I create an external link in Jira? ›

To add a link:
  1. From your service project, select Project settings, then External resources.
  2. Select Add link.
  3. Add details of the link, choose what type of resource you'll be linking out to, give the link a title and a brief description.
  4. Select Add.

How do you link incidents to problems in Jira? ›

To link multiple incidents to a problem report:

View the incident record. Select Link Issue. In the linked issues field, select is caused by. Enter the issue (or select from the drop-down menu) for the issue you want to link to in the Issue field.

How do I bulk link an issue in Jira? ›

To bulk add multiple issues to a single issue in Jira, follow these steps:
  1. Perform a search for the issues you want to add to the single issue.
  2. Select the issues you want to add by ticking the checkbox next to each issue.
  3. Click on the "More" button (represented by three dots) and select "Bulk Change all n issues."

How do I link issues to release in Jira? ›

Select Releases in your project sidebar, then select your version from the list. At the bottom of the screen, select Add issues. Search for an issue key or summary. Choose the issues to add to the version, then select Add.

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Prof. Nancy Dach

Last Updated:

Views: 6695

Rating: 4.7 / 5 (77 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Prof. Nancy Dach

Birthday: 1993-08-23

Address: 569 Waelchi Ports, South Blainebury, LA 11589

Phone: +9958996486049

Job: Sales Manager

Hobby: Web surfing, Scuba diving, Mountaineering, Writing, Sailing, Dance, Blacksmithing

Introduction: My name is Prof. Nancy Dach, I am a lively, joyous, courageous, lovely, tender, charming, open person who loves writing and wants to share my knowledge and understanding with you.