All Projects → Restream → Notify_custom_users

Restream / Notify_custom_users

Licence: apache-2.0
Email Notifications for Custom field with User type

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Notify custom users

redmine postgresql search
PostgreSQL full text search plugin for Redmine
Stars: ✭ 14 (-6.67%)
Mutual labels:  redmine
toggl2redmine
Import time from Toggl 2 Redmine.
Stars: ✭ 23 (+53.33%)
Mutual labels:  redmine
Purplemine2
A free Redmine theme for modern browsers
Stars: ✭ 440 (+2833.33%)
Mutual labels:  redmine
redmine-theme-minimalflat
Minimal and flat design Redmine theme.
Stars: ✭ 12 (-20%)
Mutual labels:  redmine
redmine-view-customize-scripts
Code examples for "Redmine View Customize Plugin"
Stars: ✭ 67 (+346.67%)
Mutual labels:  redmine
Redmine dashboard
This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.
Stars: ✭ 322 (+2046.67%)
Mutual labels:  redmine
redmine issue todo lists
Organize Redmine issues in to-do lists by manually ordering their priority.
Stars: ✭ 20 (+33.33%)
Mutual labels:  redmine
Redmine impersonate
Redmine plugin allowing administrators to login as any user with a single click.
Stars: ✭ 22 (+46.67%)
Mutual labels:  redmine
redmine preview office
Plugin for Redmine. Preview Microsoft Office Documents in Redmine's preview pane
Stars: ✭ 27 (+80%)
Mutual labels:  redmine
Redmine knowledgebase
A knowledgebase plugin for Redmine
Stars: ✭ 416 (+2673.33%)
Mutual labels:  redmine
redmine user specific theme
Redmine user specific theme plugin
Stars: ✭ 30 (+100%)
Mutual labels:  redmine
redmine issue checklist
Checklist Plugin creates simple checklists for Redmine issues. Downloaded from http://www.redminecrm.com/projects/checklist/
Stars: ✭ 55 (+266.67%)
Mutual labels:  redmine
Redmine Theme Gitmike
This is github-like theme for Redmine.
Stars: ✭ 333 (+2120%)
Mutual labels:  redmine
redmine-mylyn-plugin
Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
Stars: ✭ 71 (+373.33%)
Mutual labels:  redmine
Python Redmine
Python Redmine is a library for communicating with a Redmine project management application
Stars: ✭ 440 (+2833.33%)
Mutual labels:  redmine
docker-redmine-orchestration
🐳 An easy docker-compose for Redmine (Nginx + Unicorn + MariaDB)
Stars: ✭ 18 (+20%)
Mutual labels:  redmine
Flatly light redmine
Flatly light redmine theme
Stars: ✭ 296 (+1873.33%)
Mutual labels:  redmine
Redmine digest
Send daily/weekly/monthly digest
Stars: ✭ 23 (+53.33%)
Mutual labels:  redmine
Redmine github hook
Allow your Redmine installation to be notified when changes have been pushed to a Github repository.
Stars: ✭ 441 (+2840%)
Mutual labels:  redmine
Php Redmine Api
A simple PHP Redmine API client, Object Oriented
Stars: ✭ 392 (+2513.33%)
Mutual labels:  redmine

Redmine Plugin for Notifying Custom Users

Build Status Code Climate

This plugin automatically sends email notifications to users specified in the Custom field of the User format.

Compatibility

This plugin version is compatible only with Redmine 3.3.0 and later.

Installation

  1. To install the plugin

    • Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.

    Or

    • Change you current directory to your Redmine root directory:

        cd {REDMINE_ROOT}
      

      Copy the plugin from GitHub using the following commands:

        git clone https://github.com/Restream/notify_custom_users.git plugins/notify_custom_users
      
  2. Restart Redmine.

Now you should be able to see the plugin in Administration > Plugins.

Usage

This plugin sends email notifications to users specified in the Custom field of the User format. Before sending a notification, the plugin checks whether the user has the required permissions with regard to the corresponding project. If the user specified in the custom field is changed, both the previous user and the new user will receive notifications.

To create a custom field in Redmine

  1. Go to Administration > Custom fields and click New custom field.
    create custom field
  2. Select the required type of object to which you want to attach the custom field, e.g. Issues. Click Next.
  3. Select the User format in the drop-down list and specify the field name. Click Save.
    create custom field

When you create or edit an issue, you can use the created field to select a user you want to notify by email.
select user

Maintainers

Danil Tashkinov, github.com/nodecarter

License

Copyright (c) 2016 Restream

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].