Is mail notification available when creating a work item through REST API
The mail notification works when creating a work item via GUI, but while creating it through REST API, the subscriber does not get any mail. How can I make it happen?
One special point of the case is, the creator and subscriber is the same one, is this the cause why there is no notification? |
3 answers
Yes, in Eclipse, you open the Project Area editor, on the Overview Tab you find yourself in the project members list right click on your username and select "Open" from the context menu a user editor is open, you will find mail configuration in the last tab of this editor. |
y h:
If you browser to .../ccm/admin > Users > select the user ID in the list > Mail Configuration.
Here you will see the available settings. For "Work Item was created or reopened", is "Subscriber" checked? If not, check this box.
Comments
Helen Yao
commented Jul 25 '13, 3:31 a.m.
Thx for your information. But my project was hosted by csnext which means I cannot access the CCM admin page. Is there any way I can try with the RTC client?
|
BTW, I just noticed you wrote the creator and subscriber is the same user.
In this case there will be no notification, even if you create a WI via web UI, as it would be redundant. Similarly, you won't get an update notification if you are the one to make the update (as you already know you did it, and the email is not necessary). Comments
Helen Yao
commented Jul 25 '13, 7:24 a.m.
Thanks, Piotr. My case is, we are using a functional ID to create work item thru RESTful API, and we want all the Admins can be notified about this work item.
Piotr Aniola
commented Jul 25 '13, 7:55 a.m.
if you are using the REST API, it means you need to have some sort of client that issues REST calls to the Jazz server. If the code of this client is under your control, you could send the notification email from there.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.