-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Low
-
Component/s: Forge and Connect
-
1
-
Severity 2 - Major
Summary
Add new comment to a service desk issue:
REST API v2:
{
"body": "Anne this is commentt",
"jsdPublic": false
}
V3:
{
"body": ""{
"type": "doc",
"version": 1,
"content": [
{
"type": "paragraph",
"content": [
{
"text": "Anne this is comment",
"type": "text"
}
]
}
]"",
"jsdPublic": false
}
}
Workaround
Use JSD Create request comment REST API: https://developer.atlassian.com/cloud/jira/service-desk/rest/#api-rest-servicedeskapi-request-issueIdOrKey-comment-post.
- was cloned as
-
JRACLOUD-74679 Add support for setting comment visibility to Jira platform REST API add/update comment API
- Gathering Interest
- relates to
-
DEVHELP-2866 Loading...
-
SDECO-1227 Loading...