The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
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.