Interna comments with rest api don't work

Marios Chrysovergis January 28, 2021

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
      }
   }
}

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events