Private Bugs

Asked by Rick Dhiman

I am having a developer build a dashboard by pulling data from Launchpad.
However, they don't have access to the private bugs.
They are using the json encode, so no need to have user name and password.
Do you have a script that I can copy, so it uses my credentials so I can see private bugs?
Does that make sense?

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

You need to supply an OAuth token with your requests in order to see private objects. In most cases you should simply use Launchpad.login_with for this (see https://help.launchpad.net/API/launchpadlib), but if you can't use the Python bindings for whatever reason then see https://help.launchpad.net/API/SigningRequests.

Can you help with this problem?

Provide an answer of your own, or ask Rick Dhiman for more information if necessary.

To post a message you must log in.