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
6
votes
1 answer

What is the best way to map requirements to features in Redmine?

I am new to Redmine and I'd like to see if there is a good way to relate requirements (as stated by a product manager) to issues in Redmine. To me it seems that a low impact way to do it would be to define a requirement tracker and then add a…
rtmie
  • 531
  • 1
  • 4
  • 16
6
votes
1 answer

Howto - Running Redmine on mongrel as a service on windows

I use Redmine on Mongrel as a project manager and I use a batch file (start-redmine.bat) to start the redmine in mongrel. There are 2 issues with my setup: 1. I have a running IIS on the server that occupies the HTTP port (80) 2. The…
Achilles
  • 1,554
  • 1
  • 28
  • 36
6
votes
4 answers

Branch associated with 'Default Task' in IntelliJ

Our git workflow looks like it is shown in the picture. There is a master branch for the releases. Development takes place in the develop branch respectively in feature branches. I connected my IntelliJ (version 13.4.1) to our ticket system…
Marc Hauptmann
  • 688
  • 5
  • 18
6
votes
3 answers

Can I create a cross-project source reference in redmine?

If you have two separate projects that is somehow connected. How can one make a reference to the source of the other project? For referencing the source of your own project you use: source:some/file But since I want to refer to code in another…
UlfR
  • 4,175
  • 29
  • 45
6
votes
2 answers

redmine install fails , superclass mismatch for class SyntaxError

I am trying to install redmine-2.4.1 but I recieve a superclass mismatch for class SyntaxError. What could be the problem here? ruby -v ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux] rails -v Rails 3.2.15 lsb_release -a LSB Version: …
frank
  • 71
  • 1
  • 2
6
votes
1 answer

How to link to a Git commit in Redmine after pushing

We have Redmine set up to automatically link commits with related issues if the developer properly tags if (such as #Refs or #Fixes). However, we have had some commits that were pushed to the remote repo without those tags, and we now wish to…
Jason Maldonado
  • 802
  • 1
  • 8
  • 9
6
votes
2 answers

Redmine The entry or revision was not found in the repository.

I'm trying to add an existing git repo to redmine running locally on Windows 8. Redmine was installed with bitnami at C:\Redmine. I have a clone of the repo I need in C:\Redmine\gitrepo\Myrepo I've created a project in redmine and can't seem to get…
nwnoga
  • 577
  • 3
  • 12
  • 22
6
votes
2 answers

How to Display Multiple Spaces in Redmine

I want to keep the hierarchy of an article. In Redmine, all multiple spaces are replaced by 1 space How to preserve those spaces?
dongx
  • 1,750
  • 4
  • 17
  • 37
6
votes
1 answer

An error occurred while sending mail (SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol)

configuration.yml development: email_delivery: delivery_method: :smtp smtp_settings: #tls: true #enable_starttls_auto: true openssl_verify_mode: 'none' address: "domain name" port: 25 …
user2273697
  • 61
  • 1
  • 2
6
votes
1 answer

upgrade from Redmine 1.3.2 to Redmine 2.2.2 on Ubuntu 12.04.1 [LTS]

I had installed Redmine 1.3.2 from official repository on Ubuntu 12.04.1 (LTS). Redmine 1.3.2 worked via nginx and thin. Then I decided to upgrade it to Redmine 2.2.2 (latest for now). I run the following commands: add-apt-repository…
user1016265
  • 2,307
  • 3
  • 32
  • 49
6
votes
1 answer

Redmine plugin view hook refresh when issues change

I wrote a plugin that grabs latest issues and displays them on the home page. All seems to work pretty well, but it only works the first time I restart the server to run it - after that it 'caches' the issues from that time, and no new ones get…
Kasia Gogolek
  • 3,374
  • 4
  • 33
  • 50
5
votes
1 answer

Redmine Plugin - requires restart after every code change

I am working on some plugin on redmine (project management web application written using Ruby on Rail). For every change i make to the code of the plugin(say view.html.erb file), i have to restart the redmine(application) server. This is because, it…
hitesh israni
  • 1,742
  • 4
  • 25
  • 48
5
votes
1 answer

Redmine :Multiple repositories in a project

Two questions actually 1) Have anyone accomplished setting up multiple repositories in a project or linking commits to repos across projects. 2) Issues referring to commit messages across projects and vice-verca I was successful in hacking Redmine…
sri
  • 359
  • 4
  • 10
5
votes
2 answers

Including methods to a controller from a plugin

Using Rails 2.3.11, I'm creating a plugin for Redmine that add methods to ApplicationController. I've created the following module, in the plugin : module ApplicationControllerPatch def self.included(base) # :nodoc: base.class_eval do …
5
votes
1 answer

Migrating from TFS to Redmine

My team currently is using TFS 2010 for source control, builds and project management. We are moving to Git for source control, Cruise for builds, and Redmine for project management. We are using Git-Tfs right now to integrate our source control…
James Kessler
  • 684
  • 5
  • 9