Forums

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

Is there a (native) Jira way to query all existing link types and names?

Devendra Patidar October 2, 2020

As a end user point of view, Is there any way in jira to query all existing link types and names?. I am using Jira 7.13.5.

1 answer

0 votes
Niranjan
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 2, 2020

Hi @Devendra Patidar ,

You can use restapi to retrieve all the link types, ids and their names.

/rest/api/2/issueLinkType

Devendra Patidar October 2, 2020

Hi @Niranjan ,

Thanks for the quick response.

I am looking for a way in Jira (native) where user can query all the available link types and names.

Niranjan
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 2, 2020

Hi @Devendra Patidar ,

REST API calls are also native functionality in JIRA. It is a simple get call. JQL is specific to filter issues and cannot get you all the distinct objects of the instance. You can check it in UI, database or with restapi calls.

Suggest an answer

Log in or Sign up to answer