Forums

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

while changing transition in a jira ticket i want to comment internally as it is a mandatory field.

Crazy_Infoscion WariD
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2019

while changing transition in a jira ticket i want to comment internally as it is a mandatory field.

can you help me with that

1 answer

0 votes
Crazy_Infoscion WariD
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2019

{
   "body": "Test internal comment",
   "properties": {
     "key": "sd.public.comment",
     "value": {
        "internal": true
     }
   }
}

tried using this but it helps in commenting internally in a separate comment

and 

{ "body": "Hello there", "public": false}

 this too doesn't works

Suggest an answer

Log in or Sign up to answer