Closed Bug 1091781 Opened 10 years ago Closed 10 years ago

Add list of people involved in a question to the question API.

Categories

(support.mozilla.org :: Questions, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED
2014Q4

People

(Reporter: mythmon, Assigned: mythmon)

References

Details

(Whiteboard: u=api c=questions p=2 s=2014.20)

This should look something like this:


    http GET /api/2/question/?involved=mythmon

    {
        "count": 1, 
        "next": null,
        "previous": null, 
        "results": [
            {
                "id": 1010153, 
                "creator": "Sumo_User", 
                <snip>
                "involved": ["Sumo_User", "mythmon"],
            }
        ],
    }
Landed in https://github.com/mozilla/kitsune/commit/c019619fd8dcc9f1f38f168ea67811c069d15a6c

This will go to the servers tomorrow.
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → 2014Q4
Deployed to prod!
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
I realized I didn't implement the filtering part of this.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Blocks: bu-server
I deployed this to stage and prod.
Status: REOPENED → RESOLVED
Closed: 10 years ago10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.