Closed
Bug 2061831
Opened 17 days ago
Closed 5 days ago
Add additional information to bugzilla comments in REST API if comment edited before
Categories
(bugzilla.mozilla.org :: API, enhancement, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
(Keywords: bmo-triaged)
Attachments
(1 file)
Add a modification_ts, and number of times edited to the comment data returned by the rest api. Example: GET /rest/bug/35/comment if the user can edit others comments.
- modification_ts value will be a timestamp if edited or null if not.
- edits will be an integer value of number of times comment has been edited. 0 if none.
Comment 1•17 days ago
|
||
Comment 2•5 days ago
|
||
Authored by https://github.com/dklawren
https://github.com/mozilla-bteam/bmo/commit/37d85598f538c160942b161a6404deedd8e6cc21
[master] Bug 2061831 - Add additional information to bugzilla comments in REST API if comment edited before
Status: ASSIGNED → RESOLVED
Closed: 5 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•