Tags:
create new tag
view all tags

Question

Hi,

On our support web we'd like to be able to automatically subscribe (so that they receive e-mails notifying them of changes) users to issues that they've submitted. Is this possible? Myself and my two colleagues haven't found a way of doing it if it is and there's no reference made to it that I can see in the support section of your website.

All help much appreciated.

Regards,

- Alex

Environment

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Debian Linux, kernel 2.6.18-5-686
Web server: Apache 2.2.3
Perl version: 5.8.8
Client OS: Windows XP
Web Browser: Firefox/Internet Explorer
Categories: Missing functionality

-- AlexWright - 23 May 2008

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

If the users submit their issues using a form in that form you can put the topicparent to be a topic named with the WIKIUSERNAME and then to subscribe all users to receive notifications of the children of that topic. So include in the form

<input type="hidden" name="topicparent" value="%WIKIUSERNAME%" />

When user SomeBody reports something that will made that topic to have Main.SomeBody as a parent. Then in WebNotify include

   * Main.SomeBody: + Main.SomeBody (1)

So Mr. SomeBody will receive notifications about the reports he makes and all future changes.

The problem is that you have to create the topics in the Web Main or create a topic named after each user in the Web you want to stores the issues reported. Notifications of changes in children topics seem to work only on the same web. In any case structure will suffer a little…

If there is a way to overcome that I will be glad to use it because I am in the same problem.

-- EnriqueCadalso - 28 May 2008

SvenDowideit has proposed an enhancement to make this easier; if WebNotify could include a SEARCH, it would be possible to dynamically populate the WebNotify list. Watch http://develop.twiki.org/~twiki4/cgi-bin/view/Bugs/Item5663

-- CrawfordCurrie - 29 May 2008

Also, a plugin could be written to leverage the SubscribePlugin capabilities to automatically subscribe users named in a specific field in a form.

-- RafaelAlvarez - 29 Jul 2008

Change status to:
Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2008-07-29 - RafaelAlvarez
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.