Questions tagged [redmine]

Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.

Redmine

Redmine a flexible project management web application written using Ruby on Rails framework.

The community has grown in the last few years, making it one of the most used project management tools. This has also given Redmine a great list of plugins, customization and support from the community.

Redmine is open source with its main repository on SVN. For cloning there are also repositories on GitHub and on Bitbucket (for Mercurial users).

Feature Overview

  • Multiple projects support
  • Flexible role based access control
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications
  • Per project wiki
  • Per project forums
  • Time tracking
  • Custom fields for issues, time-entries, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial and Bazaar)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multi-language support
  • Multiple databases support
  • REST API
  • Plugins

Documentation & Links

1972 questions
0
votes
2 answers

How can I get Current User Email in Redmine?

I created plug in for Redmine using Ruby On Rails. In index.html.erb [View] I want information related logged in person .

ResourcemanagController#index

<%= User.current.name %> <%= User.current.id %> <% if User.current.admin? %> Admin <%…
Dhruvin Shah
  • 83
  • 1
  • 7
0
votes
1 answer

Assign Task to Multiple Users

In Redmine it's possible to assign One Task to multiple users. http://www.redmine.org/issues/408 I think discussion is going on anybody have nice solution to manage this one step by step.
Ankit Shah
  • 91
  • 3
  • 14
0
votes
1 answer

Redmine high availability instances

Can anyone provide me with an alternative along with the steps to install Redmine HA instances? I tried to solve it with Docker swarm, but it seems very sophisticated.
0
votes
1 answer

Why I obtain these error messages when I try to install gem bundler on Ubuntu? (Could not create Makefile)

I am not a Ruby developer and I am finding many difficult to install Redmine (that is developed in Ruby) on an Ububuntu 16.04 server. I am following this official tutorial:…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
0
votes
2 answers

rmagick gem is not getting installed on Windows

I am trying to install all ruby gems ion windows for redmine. Everytime I am getting below exception C:\xampp\htdocs\dev-ruby\redmine>gem install rmagick Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a…
0
votes
1 answer

Error: yard not installed

I have a problem with redmine plugin migration. While migrating: exec rake redmine:plugins:migrate RAILS_ENV=production I get errors: /var/lib/gems/2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is…
Anton
  • 121
  • 8
0
votes
1 answer

Extremely slow PUT request in Redmine with plugins

I have the following tech stack: Debian 8 Ruby 2.3 Nginx + Passenger Redmine 3.3 issue tracker application Agile plugin and Easy Gantt plugin for Redmine Both Agile plugin and Easy Gantt plugin contain drag&drop visual UI, and dropping an item…
hijarian
  • 2,159
  • 1
  • 28
  • 34
0
votes
1 answer

How to enable Redmines 'adding of issues' when using Docker?

I have the official postgres image running as a docker container, as well as the official redmine 3.3.1 container linked to the postgres container. All my data is being persisted and Redmine appears to be working fine, with one exception. I have no…
Ender
  • 1,652
  • 2
  • 25
  • 50
0
votes
1 answer

Missing interpolation argument error in Redmine

A bit of Googling led me to believe that this error happens in Rails Version < 2.3.6 . So i changed my environment file to RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION Now, I have 2 questions . I continue to get the redmine…
Shreyas
  • 8,737
  • 7
  • 44
  • 56
0
votes
1 answer

Internal Server Error bitnami redmine

I have a git integration problem with Redmine, I use the image of the BitNami hosted on Amazon server, someone has found himself in a similar error that could help me? Thank you all for the attention!
0
votes
2 answers

No dispatch.fcgi on ruby app

I'm trying to interface redmine to IIS 6. It works fine under webrick. So I tried to create a new rails app to reduce the complexity, but that doesn't create the dispatch.fcgi file in the public folder, which leads me to think that my RubyIIS setup…
0
votes
0 answers

Change redmine routes

www.redmine.org We use Redmine for asset tracking and I would like to update the URLs. Presently the URLs revolve around issues and does not look right for assets. I would like to update it so that I would navigate to: www.domain.com/assets instead…
Dercni
  • 1,216
  • 3
  • 18
  • 38
0
votes
1 answer

Symbol not found: _svn_auth__get_keychain_simple_provider - Bitnami Redmine

I'm trying to install Redmine on my macbook to test something I installed Bitnami (https://bitnami.com/stack/redmine/installer) but I got error. I tried my best but I've not found anything on Google to solve it Error log: Starting Apache Web…
Tony
  • 4,311
  • 26
  • 49
0
votes
2 answers

Redmine 3.3.0, Global Statistics Plugin on Postgresql

Hello i've installed Redmine 3.3.0 for my company, everything was going great but Global Stats created some problems. These are what info i've gathered so far : Plugin doesn't work with Postgresql no matter what Redmine version you are on if you've…
Mustafa Yılmaz
  • 103
  • 2
  • 11
0
votes
1 answer

Install Redmine 3.x on WHM/Cpanel

Guys I've spent last 24 hours continuously trying to install Redmine 3.x on the WHM/Cpanel server but failed to do so. Can some please guide me with one proper way or tell me about a relatively new article regarding this issue because every solution…
Imran Ahmed
  • 93
  • 1
  • 1
  • 8