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

Key: QB-1518
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Brad Hilton
Votes: 0
Watchers: 0
Operations

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

Request-time email recipients

Created: 15/Jan/13 12:15 AM   Updated: 15/Jan/13 01:47 AM
Component/s: None
Affects Version/s: 5.0.5
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
We had a customer request the ability to specify additional email recipients for a build at request time. Could you please investigate the viability of this request?

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [15/Jan/13 01:47 AM]
This is already possible following below steps:
1. Define a variable named "emailsToNotify" with appropriate prompt type.
2. Define a virtual user with email address specified as ${vars.getValue("emailsToNotify")}.
3. Add the virtual user as a notification receiver.