search in Remote bug watches

Asked by MichalR

How can I search in Remote bug watches?
For example I want to find all bugs which are watching "freedesktop-bugs #18451" or simply 18451.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Gavin Panella
Solved:
Last query:
Last reply:
Revision history for this message
Best Gavin Panella (allenap) said :
#1

You can page through all bugs being tracked on the freedesktop-bugs tracker here:

  https://bugs.edge.launchpad.net/bugs/bugtrackers/freedesktop-bugs

You can see the full list of registered external bug trackers here:

  https://bugs.edge.launchpad.net/bugs/bugtrackers

However, you'll see that they don't cover quite the functionality you're looking for. As far as I know, the only way to search this way is via a site-wide search:

  https://edge.launchpad.net/+search

Which is also available on the front page of the site, or via the text field by your username at the top right of every page.

I experimented and found that the best way to search was to include quote marks. Try searching for "freedesktop-bugs #18451", including the quotes, to get the most accurate list:

  https://edge.launchpad.net/+search?field.text=%22freedesktop-bugs+%2318451%22

Revision history for this message
MichalR (rehak-michal) said :
#2

Thanks Gavin Panella, that solved my question.