Skip to content

Add user to the watchers list of an issue/wiki after mentioning him/her in the note.

Notifications You must be signed in to change notification settings

stpl/redmine_mention_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Mention Plugin

Add user to the watchers list of an issue after mentioning him/her in the note. The syntax is “@username”.

Install

  • Copy redmine_mention_plugin to {RAILS_APP}/plugins on your redmine path

  • Run rake redmine:plugins NAME=redmine_mention_plugin RAILS_ENV=production

Uninstall

  • rake redmine:plugins NAME=redmine_mention_plugin RAILS_ENV=production

  • rm -r plugins/redmine_mention_plugin

How it works

  • On texteditor, “@” following with any initial letter enables auto suggest to select member from suggestion list. tagged member will receive an email notification for same.

Requirements

  • Redmine 2.2.4.stable and above

This software is licensed under the terms of the GNU General Public License (GPL) v2. See COPYRIGHT and COPYING for details.

About

Add user to the watchers list of an issue/wiki after mentioning him/her in the note.

Resources

Stars

Watchers

Forks

Packages

No packages published