We are using JIRA rest API to get the comment details using below endpoint.
https://datacommunique.atlassian.net/rest/api/2/issue/{issue-id}/comment/{comment-id}
Earlier we use to get "internal" flag to distinguish if the comment is internal or publicly visible. But now we are not able get that flag.
I found that there is a flag "jsdPublic" with true or false values. What is this flag for? Can I use this flag to check if the comment is internal or publicly visible.
Or let me know is there other way to find it.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.