Forums

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

Add visibility to Agents in Jira using REST API V2

BrunoTeixeira1996 March 21, 2022

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?

1 answer

BrunoTeixeira1996 March 24, 2022

Hi, i've tried that but it didn't work ...

Suggest an answer

Log in or Sign up to answer