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

Redmine, can't see new Issue Status

I added a new status to Redmine, but I can't see it in the dropdown list, even when manager is logged in. What can be wrong? Thanks
Alex
  • 715
  • 1
  • 6
  • 10
18
votes
3 answers

Good documentation for writing Redmine plugins

I am currently developing some plugins for Redmine, and I must say, I'm a bit disappointed with the lack of documentation available on this subject. Normally, If I am looking for explanations on classes/methods, I need to spend a consistent amount…
18
votes
2 answers

How can I integrate Jenkins with Redmine?

I would like to integrate Jenkins with Redmine. If some build breaks, Jenkins would open an issue in Redmine to notify it with the console output. How can I do it? Are there any plugins? Are there any implementation guides? I couldn't find a…
17
votes
6 answers

How to modify repository settings in Redmine?

It might sound like a dumb question but I can't for the life of me find the answer to this one. We have a project set up in Redmine and linked to an SVN repository. Everything is working fine, but we recently did a repository relocation and we…
Danita
  • 2,464
  • 4
  • 23
  • 29
17
votes
3 answers

Get foreign key field from associations in Rails

I want to know field name corresponding to table caption for a given model in Rails. I am displaying captions using a query model. query.columns.map{|q| q.caption} => ["Tracker", "Status", "Priority", "Subject", "Assignee", "Target version",…
Dipendra Singh
  • 542
  • 1
  • 6
  • 23
16
votes
7 answers

how to configure a rails app (redmine) to run as a service on windows?

I'm using redmine as a ticket manager, and I'd like to configure it to be run automatically when windows starts up. How can I configure it to be run as a service? -- Just asked the question to document it, I hope somebody may find it useful...
opensas
  • 60,462
  • 79
  • 252
  • 386
16
votes
2 answers

How do I put a blank line in redmine wiki?

I am just wondering how I can put some blank line in redmine. What I tried is putting the following text: some sample txt with a few empty lines What I got in redmine is some sample txt with a few empty lines So, how can I let redmine to…
Joe
  • 841
  • 2
  • 10
  • 25
15
votes
3 answers

Error occurred while installing rmagick

I'm getting following error while trying to install Redmine on Windows Server 2008 R2. C:\Ruby\Apps\Redmine>rake db:migrate ←[31mCould not find gem 'rmagick (>= 2.0.0) x86-mingw32' in the gems available o n this machine.←[0m ←[33mRun `bundle…
Krunal
  • 2,967
  • 8
  • 45
  • 101
14
votes
6 answers

Please install the postgresql adapter: `gem install activerecord-postgresql-adapter`

Possible Duplicate: How to handle Ruby on Rails error: “Please install the postgresql adapter: `gem install activerecord-postgresql-adapter'” I'm trying to get Redmine working with postgres. In my logs I keep seeing. Please install the postgresql…
silent1mezzo
  • 2,814
  • 4
  • 26
  • 46
14
votes
6 answers

Redmine - Add "Spent Time" Field to Issues Display

How would I go about adding the "Spent Time" as a column to be displayed in the issues list?
Joel Meador
  • 2,586
  • 2
  • 19
  • 24
14
votes
1 answer

Gitlab / Redmine automatic close issue with commit

We are using Gitlab (7.10.2) and Redmine (3.0.2). All issues are managed in Redmine and Gitlab manages all git-repositories. We set up Gitlab via the UI so far that commits with the message 'Close #234' are clickable and pointing to the…
Lonely Island
  • 327
  • 1
  • 3
  • 9
12
votes
5 answers

How to convert existing redmine wiki from textile to markdown?

I want to use markdown as my redmine wiki engine. I installed the markdown plugin and it worked well. The only question is, how can I convert those old wiki (textile) into markdown so they can be displayed correctly?
hSATAC
  • 301
  • 3
  • 8
12
votes
2 answers

Automatically close Redmine Task with commit comment

There is a feature (associated revisions) in Redmine to link commits with tasks with specific keywords typed in comment on commit: Default keywords are: * for referencing issues: refs, references, IssueID * for fixing issues: fixes,…
Alexei
  • 1,289
  • 3
  • 19
  • 34
12
votes
7 answers

Do you need a project management system if you work alone?

Do you need a project management system if you work alone? I mean a project management system that includes issue tracking, wiki, etc. Currently I keep my issues in a very good organizer software and I keep project documentation in Word files (and…
nightcoder
  • 13,149
  • 16
  • 64
  • 72
12
votes
5 answers

Redmine or Tracd to use for project management?

Can anyone suggest which of the Redmine or Tracd would be a better option for project management? Currently I am planning to deploy it on a one project setup but plan to use it across multiple projects in the fututre. Which of the two is easier to…
Manoj
  • 5,011
  • 12
  • 52
  • 76