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
0 answers

Redmine 3.3.2 How to Import Active Directory Users

I am using Redmine 3.3.2 and I want to import my Active Users to Redmine. I saw that there is a plugin for that but it can not be installed properly - Redmine Ldap Sync Are there any other free plugins or some other scripts to achieve what I want?
ataman79
  • 21
  • 1
  • 9
0
votes
1 answer

sonar-redmine plugin in SonarQube 5.6.5

Now my sonarQube version is sonar-5.6.5 and I want to use sonar-redmine plugin. but this plugin was deprecated in my version. How can i use this plugin in my version? What plugin is a substituable sonar-redmine plugin? I want to integrate…
0
votes
0 answers

Redmine Archlinux Apache Passenger

I currently try to setup redmine in Archlinux (VM) using the tutorial: https://wiki.archlinux.org/index.php/Redmine Redmine can be started using "ruby bin/rails server webrick -e production" (install test). i have already run…
edisn
  • 58
  • 11
0
votes
2 answers

Redmine Incoming emails, Is it possible to use Encrypted password with the Rake task

I've configured redmine to accept incoming emails to create tickets. The rake task that I am running as a cron has the password for the receiving email entered as plain text . Instead can I use an encrypted password ? or is there any other method to…
born
  • 265
  • 3
  • 18
0
votes
1 answer

How to give all-project access in redmine?

Is it possible to create a redmine user, who don't have administrator role, but can view all projects and all issues in the system, including not-public projects?
Sergey Fuksman
  • 189
  • 3
  • 12
0
votes
1 answer

Is there any well documented Redmine installation process

is there any well documented step by step procedure to install redmine?. I tried to install it on my Ubuntu machine.But i am unable to access it from another machine. please tell me how to it. is there any document which show how to host as…
Patrick
  • 53
  • 11
0
votes
0 answers

Encryption in RoR using gpgr package fails to write output file?

I have a script that's a plugin for redmine which enhances the application to send encrypted mail using gpg. At some point this stopped working. Unfortunately the one who wrote that script is not available anymore and I am an admin with only very…
user6329530
0
votes
1 answer

Redmine : error in running redmine_wktime plugin : rufus-scheduler-3.0.3

I'm using redmine 3.3.1 and i wanna install the plugin "redmine_wktime" DOCUMENTATION of the plugin : https://github.com/dhanasingh/redmine_wktime, As the documentation says i need to : 1) import the plugin files to the plugins folder of my redmine…
firasKoubaa
  • 6,439
  • 25
  • 79
  • 148
0
votes
1 answer

In coming emails not updating issue fields in Redmine

I am trying to set up Redmine so that it can receive emails to create tickets . The command I use to fetch emails is rake --trace redmine:email:receive_pop3 RAILS_ENV="production" host=my.mail.server port=110 username=born@mydomain.com…
born
  • 265
  • 3
  • 18
0
votes
1 answer

redmine chat plugin how to install

In redmine bitnami, I try to install redmine chat. The plugin is below. http://www.redmine.org/plugins/redmine_chat I did it following explanation of this page, but I could't it. The ruby's error message is appered. My environment is ・windows…
moreva
  • 1
  • 2
0
votes
0 answers

Import Existing users of Gitlab and Redmine to LDAP

I'm want to use LDAP authentication for both my apps for that I have configured it to work with Gitlab as well as with Redmine. Now I want to import all existing users of gitlab and redmine to LDAP server. Is there any plugin available or we have…
Govind Mantri
  • 803
  • 1
  • 11
  • 24
0
votes
0 answers

Why ELSEIF is not reached?

I have prepared an before update trigger in which I have encoded hierarchical relation: CREATE DEFINER=`%`@`%` TRIGGER setToClosed BEFORE UPDATE ON issues FOR EACH ROW BEGIN declare project_id1 int; set @project_id1 = (select id…
fafnir1990
  • 185
  • 2
  • 16
0
votes
1 answer

Ruby/Rails with Rails Engine (Redmine plugins) - Adding to a base view without overriding it?

I have a plugin that needs to add something the the base Redmine layout. The change consists of a couple divs and a call to a JavaScript function. Currently I am accomplishing this by simply overriding the base layout view. I don't like doing this…
Joshua Enfield
  • 17,642
  • 10
  • 51
  • 98
0
votes
1 answer

Ruby - Redmine 3.0.3

My redmine works fine. But, the e-mail notification is not working. Im using: Environment: Redmine version 3.0.3.stable Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux] Rails version 4.2.1 Environment production Database adapter…
0
votes
1 answer

Change issue status every time when new email was received

We are using Redmine for client support system. I had set up receiving emails by Redmine to create new issues. When new email was received, new issues will be created. If email is related to existed issue then the body of the email will put as a…