No obvious way to see a list of bugs I'm subscribed to

Bug #2713 reported by Andrew Mitchell
18
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Medium
Diogo Matsubara

Bug Description

I'd like to have a list of bugs that I'm subscribed to, similar to the list on /people/ajmitch/+assignedbugs.

Tags: lp-bugs
Christian Reis (kiko)
Changed in malone:
assignee: nobody → diogomatsubara
Revision history for this message
Gabriel Neuman (gabrielneuman) wrote :

I belive this is possible, although it seems to me that bugs assigned is linked to person while subscribers is linked to bug, if its true we will have a little more trouble solving this.

Revision history for this message
Gabriel Neuman (gabrielneuman) wrote :

This should help:

 Column | Type | Modifiers
--------+---------+-----------------------------------------------------------------
 id | integer | not null default nextval('public.bugsubscription_id_seq'::text)
 person | integer | not null
 bug | integer | not null
Indexes:
    "bugsubscription_pkey" primary key, btree (id)
    "bugsubscription_bug_idx" btree (bug)
    "bugsubscription_person_idx" btree (person)
Foreign-key constraints:
    "$2" FOREIGN KEY (bug) REFERENCES bug(id)
    "$1" FOREIGN KEY (person) REFERENCES person(id)

Revision history for this message
Christian Reis (kiko) wrote :

The fix for this bug probably involves modifying BugTaskSet.search() to implement an additional "subscriber" option, and then creating a page very similar to +assignedbugs whose view constructs the BugTaskParams and calls the search appropriately.

Changed in malone:
status: New → Accepted
Changed in malone:
status: Accepted → Fixed
visibility: private → public
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.