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

Blank lines in list in Redmine

This seems so stupidly simple, but I can't figure it out. I'd like to make a list like this in my Redmine project wiki: Really complicated item Line 3 Next complicated item Basically, I want to have blank lines in my list without restarting…
James Johnston
  • 9,264
  • 9
  • 48
  • 76
11
votes
1 answer

redmine link to the heading on the same page

How to create link on the same page to a heading? I tried following [[#heading1|link text]] but that does not work
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
11
votes
4 answers

Any way to quickly (drag and drop) reorder tasks in Redmine?

We're using Redmine to log and track all of our tasks, bugs, and features. We have a one month release cycle and it's important to ensure that the order of the items in Redmine corresponds to the relative priority of each item, so that people are…
11
votes
2 answers

Netbeans and Redmine integration

Has anyone been able to successfully integrate netbeans with Redmine since the new rest API for Redmine has been released? I have read a handful of articles written a while ago that suggest this new API will be the solution to the integration woes…
Toby
  • 8,483
  • 13
  • 45
  • 68
11
votes
1 answer

How to persist data using postgres docker image?

I'm trying to get my data to persist in /home/me/redmine so that when my container stops, no data loss. I'm using the official postgres docker hub image. Problem is, every time I start the postgres container, it immediately exits. This problem…
Ender
  • 1,652
  • 2
  • 25
  • 50
11
votes
6 answers

Bitnami Redmine backup strategy

We started using Redmine at work. I know it uses MySQL as the database, and Apache 2 as the web server. How can Redmine be properly backed up so that it can be reloaded quickly when anything goes wrong?
devXen
  • 3,013
  • 3
  • 35
  • 44
11
votes
3 answers

redmine deploy on heroku cedar

I've been banging my head against the wall trying to deploy redmine 2.0.3 on heroku cedar. I had lots of problems with deploying with sqlite gem so I removed all sqlite references from my Gemefile, deleted Gemfile.lock, ran bundle install, and…
Alejandro Lozdziejski
  • 1,063
  • 4
  • 12
  • 30
10
votes
3 answers

Codaset, Codebasehq, Unfuddle, Trac or Redmine?

I have a handful of small Git repositories I would like to host remotely. They're all private projects, most of them in Java. Codaset, Codebasehq, Unfuddle, Trac, Redmine.. There seems to be an abundance of solutions out there. They're all packed…
Alex
  • 203
  • 2
  • 4
  • 12
10
votes
2 answers

Using Redmine with an external Wiki?

We've got a company wiki running Mediawiki on our intranet that has been in use for a while. We just recently installed Redmine and are in the process of getting it configured just the way we like it. I was wondering if there's any way to use our…
Josh Weatherly
  • 1,710
  • 1
  • 15
  • 27
10
votes
3 answers

Assembla Redmine JIRA Zoho Yodiz review and/or alternatives

I'm looking for a AaaS to handle the agile/scrum project management for a commercial software development project. We are probably going to use git as SCM and ideally we would like to have a good integration between the code changes in SCM and the…
movees
  • 183
  • 1
  • 15
9
votes
2 answers

How can you obtain `heroku run rails --version` for a seeming Rails version mismatch?

I've attempted several iterations of heroku run rails --version in order to ascertain the actual version number of the rails gem installed on an app stack on heroku. Nothing has returned success so far. For example, even running heroku run "rails…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
9
votes
1 answer

Merging issues in Redmine

An interesting feature in Redmine was the possibility to merge two or more issues into one new issue. This feature was asked to development team but still isn't available. Someone can help me with a workaround to implement this functionality?
Jorge
  • 91
  • 1
  • 2
9
votes
2 answers

organization of Redmine projects?

I'm the sole developer working on a couple of webapp sites. I have them in subversion, but I'm not using a project management tool. I recently got redmine up and going, and I want to set up the projects in there. What I'm looking for is a…
user151841
  • 17,377
  • 29
  • 109
  • 171
9
votes
1 answer

Gitlab with redmine service : connection informations

I have a Redmine and a GitLab. I try to configure the Redmine service in Gitlab but it only asks for 3 Redmine URLs (projectURL, issueURL newIssueURL) and no login / password nor API Key. Obviously the "Test settings" button raises an error: We…
Benjamin
  • 3,350
  • 4
  • 24
  • 49
9
votes
2 answers

Redmine with IronRuby (Windows)?

Has anyone tried to run Redmine using IronRuby? Is it possible?
TruMan1
  • 33,665
  • 59
  • 184
  • 335