Set the target for the bug

Asked by pap(openerp)

How to set the target for the bug reported through createBug ? What attribute of the project will give me the link which I can set target to while reporting a bug through api?

I specified it as
target = https://api.staging.launchpad.net/beta/openerp-outlook-plugin

but the corresponding bug is listed under link https://bugs.staging.launchpad.net/openerp-outlook-plugin while I want it under link https://bugs.launchpad.net/openerp-outlook-plugin.

Also let me know the difference between links with and without 'staging ' in the url.

Thank You

Question information

Language:
English Edit question
Status:
Solved
For:
launchpadlib Edit question
Assignee:
Eleanor Berger Edit question
Solved by:
pap(openerp)
Solved:
Last query:
Last reply:
Revision history for this message
Eleanor Berger (intellectronica) said :
#1

Staging is a parallel server you can use for testing. If you're working on production data simply replace 'staging' with 'edge' in all API URLs.

Revision history for this message
pap(openerp) (pap-openerp) said :
#2

Yes, that's what I had to change, replace 'staging' with 'edge'. Thanks for the response.