No commit activity in last 3 years
No release in over 3 years
Allows users to set a custom status which will be displayed next to their names when choosing as assignee
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0
~> 10.0

Runtime

~> 4.2.0
 Project Readme

redmine-per_user_status

Gem Version Inline docs

Gem | Source | Documentation

Allows users to set a custom status which will be displayed next to their names when choosing as assignee.

Installation

Ensure you have a Gemfile.local file in your Redmine installation. Add to your Gemfile.local:

gem "redmine-per_user_status"

And then execute:

$ bundle

This plugin ships with a migration. To update the database run:

$ rake db:migrate

Restart the Redmine application

Usage

  1. Install the gem and require the gem
  2. Switch to "My account" and set a custom status (Screenshot 1)
  3. Or change a user's status using the administration panel
  4. The custom user status will be displayed next to the full names

Screenshot: Status next to assignee

Screenshot Issue

Screenshot: My account

Screenshot MyAccount

Screenshot: Administration

Screenshot Administration

Testing

No automatic tests, sir! But this Redmine plugin is used in production.

TODO

  • Find a way to test this Redmine plugin

Contributing

  1. Fork it ( https://github.com/neopoly/redmine-per_user_status/fork )
  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 a new Pull Request