Bug 1404198

Summary: tags not documented for get comment
Product: [Community] Bugzilla Reporter: Viliam Križan <vkrizan>
Component: DocumentationAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED NOTABUG QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0CC: huiwang, qgong
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-17 05:02:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Viliam Križan 2016-12-13 10:17:30 UTC
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

Comment 1 Rony Gong 🔥 2016-12-13 14:02:25 UTC
(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

Comment 2 Jeff Fearn 🐞 2018-09-17 05:02:41 UTC
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.