Hi guys,
I am trying to create a comment using `/rest/api/2/issue/ISSUE_ID/comment` but I want that comment to be an internal comment so the clientes cant see that.
I am doing something like this in the request body
{
"visibility": {
"type" : "role",
"value" : "Administrators"
},
"body": "h1. just a test"
}
But how can I make it internal and not only readable by Administrators?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.