Automatic subscription for new project activities (bug, blueprint, branchs)

Asked by Adrien Chauve

Hi,

is there any tool for automatic subscription/notification to new project activities (bug, blueprint, any branch related to the project) when you are the project maintainer or a member of the maintainer team ? Otherwise you need to manually check for updates in all these sections to see if something happened...

Thanks !

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Matthew Revell
Solved:
Last query:
Last reply:
Revision history for this message
Leonard Richardson (leonardr) said :
#1

You can use syndication feeds for most of this. If you visit your project homepage in Firefox you'll see an RSS logo on your navigation bar. You'll be able to see feeds of your project's announcements, bugs, branches, and revisions.

Revision history for this message
Adrien Chauve (achauve) said :
#2

Ok thanks ! so this solves the notification question, but I suppose there isn't an option to automatically subscribe the project maintainer and you still need to do it manually.
This must be a little boring when the project becomes bigger. It would be great if automatic subscription was a option in the project details.

Revision history for this message
Best Matthew Revell (matthew.revell) said :
#3

Adrien, you can subscribe to get emails about all bugs associated with a project. Follow the "Subscribe to bugmail" link on the project's bugs overview page.

If you're a Python hacker, you could add the functionality to Launchpad to have similar alerts for code branches and blueprints. Take a look at our development community site -- https://dev.launchpad.net/

Revision history for this message
Adrien Chauve (achauve) said :
#4

Thanks a lot Matthew!

Revision history for this message
Adrien Chauve (achauve) said :
#5

Thanks Matthew Revell, that solved my question.