Hi all,
I have managed to create/put new comments to a service desk jira ticket but when I try to make it internal only doesn't work. Just to make it clear, I want to create an internal comment to my ticket. I used this code:
/code {
"body":{
"type":"doc",
"version":1,
"content":[
{
"type":"paragraph",
"content":[
{
"text":"This text was added using thwe rest-api. test kb1",
"type":"text"
}
]
}
]
},
"properties":{
"key":"sd.public.comment",
"value":{
"internal":true
}
}
}
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.