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.
Hi @Devendra Patidar ,
You can use restapi to retrieve all the link types, ids and their names.
/rest/api/2/issueLinkType
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.