difficult to get a list of a person's specs at a given sprint

Bug #69911 reported by Colin Watson
2
Affects Status Importance Assigned to Milestone
Launchpad itself
Invalid
Undecided
Unassigned

Bug Description

It's difficult to find out the specs you're subscribed/assigned/etc. to for a given meeting. There's /sprints/uds-mtv/+specs and /people/kamion/+specs, but nothing that computes the intersection of those. This would be very useful when preparing for a meeting and trying to work out which specifications you need to focus on, as opposed to old deferred specs from previous meetings and the like.

Revision history for this message
Colin Watson (cjwatson) wrote :

Tollef is officially clinically insane, but:

export specs_umv="$(w3m -cols 300 -dump 'https://launchpad.net/sprints/uds-mtv/+specs' | awk '$1 ~ /[0-9]/ && $2 ~ /Undefined|Low|Medium|High|Essential/ {print $3}')" ; w3m -cols 100 -dump 'https://launchpad.net/people/tfheen/+specworkload' | awk '$1 ~ /[0-9]/ && $2 ~ /Undefined|Low|Medium|High|Essential/ && match(ENVIRON["specs_umv"], $3) {print}'

Revision history for this message
Colin Watson (cjwatson) wrote :

Scott pointed out that https://features.launchpad.net/sprints/uds-mtv/+assignments does the job, so sorry for the misfire. Perhaps a better name than "Assignments" could be invented, since lots of us apparently missed this ...

Changed in blueprint:
status: Unconfirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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