Forums

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

JIRA REST-API to delete all Issuelinks

Maximilian Neufeld
Contributor
August 8, 2025

Hey together,

 

so I have the following problem:

We use the Issuelinks custom field. Through a webservice request I set up some issuelinks as you see here: (the [entry.....key] part gets replaced by an actual Jira Key.

 JSON_Issuelinks.png

Now I sometimes want to delete all Issuelinks of one Jiraissue - is there a way to delete all of the issuelinks at once?


1 answer

0 votes
Sunny Ape
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.
August 8, 2025

is there a way to delete all of the issuelinks at once?

Nope. You have to delete the issueLinks individually from the issue.

If you Google "Using Jira's REST API, can I delete all the IssueLinks on an Issue at once?" you will find the same answer to that question.

Suggest an answer

Log in or Sign up to answer