We are working to reduce the number of choices for the work item links. We don't want to eliminate the work item links that are out of the box for Jira, Jira Service Management, Jira Product Discovery, or Xray. I need some help identifying if the relationship is from a product installed. I am using the name of the link not the outward or inward relationship because we have customized some of the descriptions. Some of my groupings may not be exact.
Here are the ones in question:
Most Marketplace apps create their own:
You can check the apps documentation like installed modules. Many vendors document exactly what objects their app creates.
There are few ways
Hi Joni,
Here's the breakdown of those link types:
Link Type
Blocks, Relates, Cloners, Duplicate-Jira (out of the box)
Polaris merge/datapoint/work item link-Jira Product Discovery
Problem/Incident, Post-Incident Reviews-JSM (ITSM features)
Defect, Test-Xray
Your unknowns:
Link Type
Escalate-JSM — used in ITSM escalation workflows
Resolve-JSM — part of incident/problem management
Work item split-Jira (native) — created when splitting an issue in sprint planning
Discovery - Connected-Jira Product Discovery — links Ideas to delivery issues
Action Item-Custom or Marketplace app — not native to any Atlassian product
Capture Testing-Custom — you're right, likely manually created
Parent/Child-Marketplace app (e.g., Advanced Roadmaps legacy or a plugin) — Jira's native hierarchy uses "parent" field, not a link type
Cause-JSM — used in problem/incident root cause linking
How to verify yourself:
Go to Settings → Issues → Issue Link Types
For each link, check if there's a delete option — if it's greyed out or missing, it's from an installed app/product
To find which app owns it: Settings → Apps → Manage Apps → expand each app and look for "Issue Link Types" in its modules
You can also hit the REST API: GET /rest/api/3/issueLinkType — this lists all link types but unfortunately doesn't show the owning app
Quick cleanup tip: Before deleting any link type, search JQL issueLinkType = "Link Name" to see how many issues use it. Deleting a link type removes all existing links of that type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.