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?
I was able to use above once the issue was re-opened. It had been closed previously.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.