Forums

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

Linking two tickets in Jira Service Desk Automation

Michele Liberman October 2, 2025

Hi,

I can't seem to get this working. I would like to link the current issue with an issue key I have in a variable. There doesn't seem to be a way to do this. I've tried Edit work item (no place to put the new issue key) and I've tried to use the Advanced section to force it but it errors with: 

Edited work item successfully, however some of the set fields aren't available. Fields ignored:
Linked Issues (issuelinks)



{
"update": {
"issuelinks": [
{
"add": {
"type": {
"name": "Cloners"
},
"outwardIssue": {
"key": "{{issue.key}}"
}
}
}
]
}
}

If anyone has found a way to do this I would really appreciate the help.

M

2 answers

2 votes
Hardik Babbar October 2, 2025

Hi @Michele Liberman ! You can add a smart value in the "Link Item" or the "Edit work item" function.

Screenshot 2025-10-02 130417.png

And, please check the Edit Issue Screen of the issue you are trying to edit to ensure "Linked Issues" field is a part of it.

0 votes
Jayesh Raghuvanshi
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.
October 6, 2025

Hi @Michele Liberman 

 

Jira automation doesn't support setting issue links directly though the edit issue actions, I assume below approach can solve your issue

  • Use Advanced JSON section with proper API and add the issue link should be structured using update block with issue links
  • Ensure issue links type should be same
  • Confirm linked issue field is present
  • Provide the automation user all the admin permission to make the changes

Thanks

Jayesh R

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events