History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1044
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Binyan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Add support for global and project level subscriptions

Created: 03/Apr/07 08:25 PM   Updated: 11/Dec/08 05:48 AM
Component/s: None
Affects Version/s: None
Fix Version/s: x.x


 Description  « Hide
It would be nice to create global and/or project level subscriptions for pulse users. For example, I would like to create a global subscription where all users are notified if their latest changes causes a build failure. Making this globally or on a project level ensures that every users will have the subscription.

A way of making this more powerful is if there was a more of object substitution. As another example, the rule could be specified like:

if ${builld.status} == "failure" then
  generateNotificationTo(${build.project.properties.mailingList});
end

In the case above, the rule will send an email to the mailing list for any project that has a failed build.

 All   Comments   Change History      Sort Order:
jason - 04/Apr/07 02:11 PM
This is similar to CIB-814.

Daniel Ostermeier - 11/Dec/08 05:48 AM
Trying to clean things up a little. We currently have a couple of very large buckets of tasks that are really not indications of our scheduling. What I am doing is for starters, moving all of the 2.x. items into x.x to indicate that they have not been scheduled. We can later go through these and pick up with ones that we intend to complete for an upcoming release.