Disable submission of new bugs without hiding old ones
The Inkscape project https:/
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2021-02-13
- Last reply:
- 2021-02-15
Hi Max,
Unfortunately there is not a direct option available to leave the bug tracking working as your are expecting (submission closed but the list still available).
As a workaround, you could disable bug tracking on Launchpad and retrieve the bug list using the Launchpad API. The links for the bugs obtained through that method should still be visible even if bug tracking has been disabled.
A code snippet for it would be something like:
$ lp-shell production devel
>>> for task in lp.projects[
... print(task.bug.id, task.bug.title)
Hope that helps.
Thanks!
Can you help with this problem?
Provide an answer of your own, or ask Max Gaukler for more information if necessary.