Hide Forgot
Documentation for Getting Comments from REST [1] has `tags` in example response, but `tags` are not mentioned in the table nor explained. I am not sure if Create Comment allows to tag a new comment, or if it is not implemented. [1] https://beta.bugzilla.redhat.com/bugzilla/docs/en/html/api/core/v1/comment.html#get-comments
(In reply to Viliam Križan from comment #0) > Documentation for Getting Comments from REST [1] has `tags` in example > response, but `tags` are not mentioned in the table nor explained. > > I am not sure if Create Comment allows to tag a new comment, or if it is not > implemented. From WebUI it is not allowed to tag a new comment, seems doesn't suppport in API neither. > > > [1] > https://beta.bugzilla.redhat.com/bugzilla/docs/en/html/api/core/v1/comment. > html#get-comments
All of the rest documentation is upstream anny bugs ofr them should be raised there. Comments tags cannot be set on new comments. You must use Bug.update_comment_tags after creating the comment.