How do I configure the automatic subscription in RTC webclient?
![]()
Hello!
If an user comments a workitem, he is automatically set as subscriber. I know that this can be configured by a user in the eclipse client, but is it also possible in the web client? Most of the "normal" users use only the web client and will be overstrained with the eclipse. And I cannot allow every user to login in on my computer to eclispe to switch this feature. By the way: too many functions (For example setting a team as subscribers) are only available with the eclipse client. Will this be balanced in future? Thanks! Christian We use CLM 5.0. |
Accepted answer
![]()
Geoffrey Clemm (30.1k●2●30●35)
| answered Nov 10 '14, 12:08 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I'm not aware of a way to set the "auto-subscribe creator" preference in the web client.
In general, the "client preference" support in an IDE's (such as Eclipse) is much stronger than in a WebUI, because the WebUI has to play games with persistent cookies. In general, the goal is to provide the functionality a type of user needs in the client that most users of that type want to use (not to provide equivalent functionality in all clients). So if there is some particular functionality you are looking for in a particular client, you should feel free to submit an enhancement request for that functionality for that client. Christian Winkler selected this answer as the correct answer
Comments I raised an enhancement request.
Coming back to this old topic...
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The preference you set in Eclipse just is a preference for that Eclipse client installation ... it has no effect on what you do in other clients (such as the WebUI, the Visual Studio UI, or other Eclipse installations).
|