Skip to content

Add ability to watch a project, e.g. automatically watch all issues on a given project

Notifications You must be signed in to change notification settings

Tozapid/redmine_watch_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine watch_project plugin

Allows to watch a project so that issues in this project are automatically marked as 'watched'

Installation

This plugin is compatible with Redmine 2.1.0+.

Please apply general instructions for plugins here.

First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance. Note that this is crucial that the directory is named redmine_watch_project !

Then execute:

$ bundle install
$ rake redmine:plugins

And finally restart your Redmine instance.

Test status

Plugin branch Redmine Version Test Status
master master Build1
master 4.1.1 Build1
master 4.0.7 Build2

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Add ability to watch a project, e.g. automatically watch all issues on a given project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 76.8%
  • Shell 19.6%
  • HTML 3.6%