Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Create Watcher from Java API

api

How to add WatcherEN class in java ?


<IssueWatcherEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <Tag />
    <UserID>0</UserID>
    <WatchCode>0</WatchCode>
    <EmailAddress />
    <HTMLFormat>true</HTMLFormat>
    <EmailMeMyChanges>true</EmailMeMyChanges>
    <WatchID>0</WatchID>
    <ProjectID>0</ProjectID>
    <IssueID>0</IssueID>
</IssueWatcherEN>


rbr
· 1
rbr
Replies (1)
helpful
0
not helpful

Post it to the issues.ashx service (api/issues.ashx/issues/{issueId}/watchers).
Populate the issue id, project id and user ids.


Mark Wing
· 9108
Mark Wing