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