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
86
votes
11 answers

Redmine best practices

What tips and "standards" do you use in your Redmine project management process? Do you have a standard wiki insert template you could share or a standard way to work a project using bugs features tasks and support issues? Do you let issues and…
ChuckB
  • 1,326
  • 2
  • 15
  • 17
74
votes
4 answers

Python POST binary data

I am writing some code to interface with redmine and I need to upload some files as part of the process, but I am not sure how to do a POST request from python containing a binary file. I am trying to mimic the commands here: curl --data-binary…
Mac
  • 3,397
  • 3
  • 33
  • 58
54
votes
7 answers

Trac vs. Redmine

I'm working in research and my bioinformatics work group needs a project management software for keeping track of multiple projects (Linux environment). Originally, we planned for using TRAC but then I got aware of REDMINE. Moreover, I read in some…
Bionicman303
  • 1,293
  • 3
  • 12
  • 15
44
votes
7 answers

Redmine and Scrum

What is the best support for Scrum in Redmine? Best practices? Plugin support? All plugins I've tried are either not that active anymore and/or not up to the task of managing a major project using Scrum. I've googled to no avail...
Anders Hansson
  • 3,746
  • 3
  • 28
  • 27
41
votes
2 answers

Accessing Redmine controllers through a plugin

I've already asked the question on the Redmine official website but I didn't get any answer, maybe I'll have more chance here. I'm working on a project and I try to improve an existing plugin for Redmine by adding some features to it to allow the…
Shredator
  • 940
  • 3
  • 17
  • 32
37
votes
6 answers

Redmine & Git integration

I am considering moving from svn and Trac to git and Redmine. I'm just wondering what everyone's experience is of this. How well does git integrate with Redmine? I'm pretty set on my decision to change from svn to git - our distributed work, and…
user336307
  • 393
  • 1
  • 3
  • 4
32
votes
1 answer

Redmine vs Chiliproject

I'm in the process of switching from an experimental installation of Redmine to a company wide use. We do use some plugins that are mandatory for us such as redmine_backlog and redmine_gitosis (unmaintained, several forks exists). While redmine…
Mathieu Marache
  • 483
  • 1
  • 4
  • 8
29
votes
2 answers

Redmine: Copy issue multiple times

Copying one issue and its child issues is a natively built-in feature and thus works just fine. But is there a way to do this multiple times? Like re-creating one issue (including its children) twenty or fifty times? Edit 2 This new functionality…
JayC667
  • 2,418
  • 2
  • 17
  • 31
27
votes
2 answers

How to use local proxy settings in docker-compose

I am setting up a new server for our Redmine installation, since the old installation was done by hand, which makes it difficult to update everything properly. I decided to go with a Docker image but am having trouble starting the docker container…
C.Felix
  • 937
  • 1
  • 8
  • 17
26
votes
8 answers

Mylyn & Redmine Integration

I'm trying to get Mylyn and Redmine work together so I can manage tasks right inside Eclipse. I saw this on redmine wiki http://www.redmine.org/wiki/redmine/HowTo_Mylyn but I think it's for the old version of Mylyn. I can't find the Generic Web…
codegy
  • 2,259
  • 4
  • 25
  • 24
25
votes
3 answers

Best way to link Redmine issue to SVN revision

We are using Redmine for issue and bug tracking. We added SVN integration but, by doing this, it just shows SVN revisions in activity. It would be great to see all SVN changes caused by a bug or issue. But it does not seem to be possible. Is…
German Latorre
  • 10,058
  • 14
  • 48
  • 59
23
votes
6 answers

SSL works with browser, wget, and curl, but fails with git

I have a website I am using to host redmine and several git repositories This works perfectly for http, but I can't clone with https, i.e. git clone http://mysite.com/git/test.git works fine, but git clone https://mysite.com/git/test.git fails The…
stokastic
  • 986
  • 2
  • 7
  • 19
23
votes
2 answers

ActiveRecord::SubclassNotFound

I'm trying to upgrade my redmine from 1.3.0 to 2.0.0, but I have problems with the database migration. When I run the command: rake db:migrate RAILS_ENV=production it shows an error like rake aborted! uninitialized constant RAILS_ENV My error log…
zam
  • 269
  • 1
  • 2
  • 4
21
votes
1 answer

Redmine add watchers after bug creation

I have been trying out Redmine to see if I like it better than mantis. However, I am wondering if it possible to modify watchers of a bug after bug creation. As a project manager, when I create a bug, I can select users to have watch a bug, but…
Daniel
  • 794
  • 10
  • 20
20
votes
5 answers

How to restart Redmine?

I have a Redmine installed on CentOS without GUI. I changed email configuration and a reboot is necessary. How to restart redmine from command line?
FilippoG
  • 329
  • 1
  • 2
  • 13
1
2 3
99 100