v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBTicket Comments
Post a comment/comments about a specific ticket
Post a comment/comments about a specific ticket
Required scopes: flex.collaboration.ticketComments.create
post/api/v2/organizations/{orgSlug}/ticket-comments/{ticketId}
Path parameters
ticketIdstring required
ticket id
orgSlugstring required
organization slug
Request body
Example request
{
"text": "This is the comment text",
"member": "6a4e2038aedbb38ad5b3f718",
"isPublic": true
}Response
Example response
{
"_id": "6a4e2038aedbb38ad5b3f719",
"text": "This is the comment text",
"target": "6a4e2038aedbb38ad5b3f71a",
"member": "6a4e2038aedbb38ad5b3f71b",
"isPublic": true
}