Closed
Bug 1128477
Opened 11 years ago
Closed 11 years ago
API to assign a category to a question
Categories
(support.mozilla.org :: Questions, task, P2)
support.mozilla.org
Questions
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rik, Assigned: rehandalal+mozilla)
References
Details
(Whiteboard: u=sumo-team c=buddyUp p=2 s=2015.3)
We're going to use tags. From the application standpoint, a question is only in one category. So we need to be able to delete previous categories or have the API do it for us.
Updated•11 years ago
|
Whiteboard: u=sumo-team c=buddyUp p= s=2015.3
Updated•11 years ago
|
Priority: -- → P2
Comment 1•11 years ago
|
||
This will probably work similar to (though not exactly like) the metadata/settings APIs. /api/2/question/<id>/addtag and /api/2/question/<id>/removetag, since that will be simplest to implement. There will also be a new "tags" field on the question APIs.
Whiteboard: u=sumo-team c=buddyUp p= s=2015.3 → u=sumo-team c=buddyUp p=2 s=2015.3
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rdalal
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
PR: https://github.com/mozilla/kitsune/pull/2360
Merged: https://github.com/mozilla/kitsune/commit/2b363af5192d214802a78d91ef0fcb3de718df1f
This is deployed to stage.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•