Bug 1404198 - tags not documented for get comment
Summary: tags not documented for get comment
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: Documentation
Version: 5.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified vote
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-13 10:17 UTC by Viliam Križan
Modified: 2018-09-17 05:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-09-17 05:02:41 UTC


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.