HI,
We are developing the plug-in connector for Atlassian JIRA and one of our client tools. During the analysis we came across a scenario for creation of issue comment.
We tried creating an issue comment without visibility value. Below are the details about the request.
URL - /rest/api/2/issue/issueId/comment
Method - POST
Request Body -
{
"body": "Sample body.",
"visibility": {
"type": "role"
}
}
In response we are getting an error message "Internal server error".
It would be great if any one you could let us know the behavior for this particular scenario and reason behind it.
Thanks in advance,
Pallavi
You need not include visibility attribute unless you try to restrict comments for only particular role.
You can simply give as follow:
{
"body":"Sample body."
}
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.