Forums

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

Is there a way to remove a link between work items using the mcp server?

Thomas Nielsen
July 22, 2026

I accidentally linked 100 items to my ticket. I was unable to remove these links using mcp server. My claude cli was adamant that it was unable to unlink these and I had to do it manually. Is there a way to unlink work items using the mcp server?

1 answer

0 votes
Ajay _view26_
Community Champion
July 22, 2026

Hi @Thomas Nielsen 

The MCP toolset currently supports creating links but doesn't expose a dedicated "remove link" action. So your CLI agent wasn't wrong — it genuinely doesn't have the capability to do it through the MCP channel right now.

The current workaround would be to use the Jira REST API

 

Get the link IDs — call GET /rest/api/3/issue/{issueKey} and look at the fields.issuelinks array. Each entry has an id field.

Delete each link — call DELETE /rest/api/3/issueLink/{linkId} for each one.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events