Forums

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

Cannot update issuelinks via api

Jonathan Vezinat May 11, 2021

URL= "http://<jira url>/rest/api/2/issue/<issue key>"

JSON=

{
"update":{
"issuelinks":[
{
"add":{
"type": {
"name": "Affects",
"inward": "is affected by",
"outward": "affects"
},
"outwardIssue": {
"key": "<issue key>"
}
}
}
]
}
}

The above parses fine but returns error

"Field issuelinks cannot be set.  It is not on the appropriate screen, or unknown".

 

I verified it is on the screen.  Am i missing something?

1 answer

1 accepted

0 votes
Answer accepted
Jonathan Vezinat May 11, 2021

I was able to use above once the issue was re-opened.  It had been closed previously.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.13.4
TAGS
AUG Leaders

Atlassian Community Events