Notifying a group when Defect Work item created or modified
Hello,
I have a query on Notifying a group when Defect Work item created or modified.
A email has to shoot to the team members when Defect work item is created or modified (e.g. state change, comments updated, field change etc.,)
Where do i need to modify to achieve this query.
Request you help in this.
Thanks in advance..!
I have a query on Notifying a group when Defect Work item created or modified.
A email has to shoot to the team members when Defect work item is created or modified (e.g. state change, comments updated, field change etc.,)
Where do i need to modify to achieve this query.
Request you help in this.
Thanks in advance..!
Accepted answer
currently there is no way to notify a 'group'.
each user controls what they want to be notified about in their profile email settings.
you can 'set' the list of workitem subscribers using a javascript extension, but, it will do it for every workitem type.
to implement this you would have to write a server side extension. one difficulty not resolved for that is where to store the list of users in the 'group'.
I proposed creating an opensource solution to this problem, in enhancement 177613,
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=177613
which has been open since 2011.
each user controls what they want to be notified about in their profile email settings.
you can 'set' the list of workitem subscribers using a javascript extension, but, it will do it for every workitem type.
to implement this you would have to write a server side extension. one difficulty not resolved for that is where to store the list of users in the 'group'.
I proposed creating an opensource solution to this problem, in enhancement 177613,
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=177613
which has been open since 2011.