E-mail others based on Filed Against query
![](http://jazz.net/_images/myphoto/ca141c58b0f856628c2cc69b066a2e16.jpg)
HI,
I am looking for a way to notify other operations teams about the status of applications and services. We have created an "Filed Against" parameter called Onboarding. I would like to either subscribe these users to the work item, e-mail them a link or make the work item available via RSS so they are not surprised when it is deployed, released, etc...
Is this possible via UI, or will I have to use the API. If API any direction or documentation on getting started?
Any help/guidance is greatly appreciated!
Thanks
One answer
![](http://jazz.net/_images/myphoto/ca141c58b0f856628c2cc69b066a2e16.jpg)
there is nothing builtin to provide this support. you could write an extension (participant) to do this processing.
you could also create a query that lists these workitems and then use that query in an RSS feed that would show in the users Team Artifacts - Feeds section in Eclipse.
you could also create a query that lists these workitems and then use that query in an RSS feed that would show in the users Team Artifacts - Feeds section in Eclipse.
Comments
![](http://jazz.net/_images/myphoto/ca141c58b0f856628c2cc69b066a2e16.jpg)
Thanks Sam!
Sounds like an OK option, can these feeds still be accessed if they are not eclipse (or even RTC users) users?
![](http://jazz.net/_images/myphoto/d0f7b0b7bfc90721959d790b8a9bf79f.jpg)
I personally have not seen an external feed reader against RTC feeds. doesn't mean there aren't any..
the user authentication was the main problem last time I tried this (over a year now)