Tagged Questions

Redmine is a an open-source web application for project management. It is implemented in Ruby on Rails.

learn more… | top users | synonyms

108
votes
22answers
47k views

Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop?

Background I am a one-man freelancer looking for a project management software that can provide the following requirements. I have used Trac for about a year now. Tried Redmine and FogBugz on Demand ...
37
votes
7answers
15k views

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 ...
16
votes
7answers
9k views

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 ...
13
votes
3answers
8k views

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 ...
12
votes
5answers
4k views

Redmine or Tracd to use for project management? [closed]

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 ...
11
votes
1answer
2k views

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 ...
11
votes
7answers
565 views

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 ...
11
votes
4answers
8k views

Redmine vs. Retrospectiva

Has anyone tried both Redmine and Retrospectiva, and is able to make some comparison between the two? I'm currently using Trac for my projects management and issue-tracking, but I'm looking to test ...
10
votes
8answers
16k views

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 ...
10
votes
4answers
5k views

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, linked to a SVN repository. Everything is working fine, but we ...
10
votes
5answers
3k views

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?
9
votes
2answers
536 views

Redmine with IronRuby (Windows)?

Has anyone tried to run Redmine using IronRuby? Is it possible?
9
votes
3answers
2k views

Redmine, can't see new Issue Status

I added a new staus to redmine, but i cant see it in dropdown list, even when manager is logged in. What can be wrong? Thanks
9
votes
3answers
1k views

Codaset, Codebasehq, Unfuddle, Trac or Redmine? [closed]

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 ...
8
votes
5answers
711 views

Redmine - recommended plugins

Which are the redmine plugins you cannot live without? Also, I'd like to know if they're compatible with the latest version, and if they are regularly updated by their authors
8
votes
5answers
2k views

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 ...
8
votes
1answer
2k views

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 ...
7
votes
6answers
7k views

Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` [closed]

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 ...
6
votes
2answers
1k views

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 ...
6
votes
1answer
2k views

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 ...
6
votes
3answers
5k views

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 ...
6
votes
3answers
6k views

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 ...
5
votes
1answer
414 views

Track a Rails project on private repo on GitHub with Redmine and Integrity deployed on Heroku

Scenario Project A is a Rails application: Code hosted on GitHub on a private repo. Deployed on Heroku (which has a readonly file system). Project R that is an instance of Redmine, used to manage ...
5
votes
1answer
2k views

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 ...
5
votes
5answers
4k views

Bitnami Redmine backup strategy

We started using Redmine at work. I know it uses mySql as the database, and Apache2 as web server. How Redmine can be properly backed up so that it can be reloaded quickly when anything goes wrong?
4
votes
2answers
186 views

eclipse mylyn with redmine

Is it possible to connect mylyn to redmine without rest support in redmine?
4
votes
1answer
1k views

Migrating from gitolite to another managed GIT repository

I've been using gitolite/gitweb for the past few months and have been very satisfied with the combo, but am now looking at moving towards a better-managed web front-end where I can restrict access to ...
4
votes
2answers
332 views

How to link redmine user with repository user

I have a Redmine project linked with a repository (git). I want to link my commits with my Redmine account. Now my every commit is made by "Anonymous" user, because RM username and repo username ...
4
votes
1answer
746 views

Reducing Redmine's memory usage - Low Hanging Fruit

I am running a Redmine instance with Passenger and Nginx. With only a handful of issues in the database, Redmine consumes over 80mb of RAM. Can anyone share tips for reducing Redmine's memory usage. ...
4
votes
2answers
746 views

any way to synchonise between Redmine(or other issue trackers) and a plain text todo list?

I would like to access a Redmine taskbase via a simple text based interface - wondering what the shortest path would be (minimum investment/development). Right now, this boils down to 2 use ...
4
votes
2answers
325 views

Has anyone successfully integrated chat with redmine?

I was thinking it would be cool if I could have a chat app as part of the interface for my redmine installation. I did find a plugin that works with Juggernaut but it seems a while since there has ...
4
votes
2answers
504 views

Anything speaking against the bitnami.org Ruby/Rails/Redmine Stack?

I am looking to set up a Redmine server on a Windows virtual machine on my local workstation. (Background in this related question.) I have zero knowledge of Ruby nor Rails, and while Redmine may be ...
4
votes
2answers
1k views

Map SVN users to Redmine users

we are starting to use Redmine as our task tracking tool and for some reasons we can't have same SVN and Redmine user logins. How can we map SVN user names to Redmine user names via configuration ...
4
votes
1answer
671 views

Using git subtree merging, while also merging in all branches of all merged subtrees

I'd like to use a popular, open source issue tracker (Redmine) that offers git integration. Unfortunately, each project in the tracker can only be associated with one git repo. Creating multiple ...
4
votes
1answer
718 views

Is there a redmine plugin to create multiple issues at once?

Redmine has a nice batch edit feature, but nothing equivalent for "batch create" (please correct me if I'm wrong!) FogBugz lets you quickly create multiple tickets with the same properties (type, ...
3
votes
2answers
89 views

Xcode Bug Tracking

We have a server setup with Redmine to track our bugs. It seems that Eclipse has an option to integrate with Redmine but I don't see anything for Xcode. Are there any options for something like ...
3
votes
1answer
257 views

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 ...
3
votes
1answer
429 views

Redmine + Mercurial + Visual Studio 2010

Is there an Issue Tracker plugin for Visual Studio 2010 to link tasks/bugs to specific issues existing in redmine project?
3
votes
2answers
357 views

Mantis and Redmine, which one is better for issue tracking?

I consider to use Mantis or Redmine to manage projects. (Issue Tracking) I know both are really good. For now, I won't connect it with SVN or Git. (It may happen later) The main purpose is issue ...
3
votes
1answer
596 views

Bitnami + Redmine + Git Not Working

After a lot of failed attempts using Rails to install Redmine on OS 10.6 Server, I finally found away to do it using the Bitnami Rubystack + Redmine module. Now redmine is up and running, I've hit ...
3
votes
2answers
279 views

Sync Redmine to another Redmine?

Our company uses Redmine to track tech support issues, but sometimes these issues are escalated to the outsourced development team, who has their own Redmine. Has anyone ever found/written a sync ...
3
votes
6answers
115 views

How to pass a $_POST value to a php script from a ruby script

I need to run a cron job to add a svn repository using reposman.rb for Redmine. But we also have a php script (with an interface) that enable us to create repositories automaticly. The php script ...
3
votes
1answer
202 views

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 ...
3
votes
2answers
789 views

How to make Git commit history show up at Redmine issue tracker

I followed the instruction of this article and setup an Redmine site on my DreamHost account with Git repository. It works fine so far, I could manage my project using Redmine, and commit my code to ...
3
votes
1answer
376 views

How add two branch (master & develop) to redmine

I have installed Redmine on Debian. Also have Git with master (default) and develop branches. I want to integrate git into redmine for showing this two branches in it. But currently redmine show only ...
3
votes
2answers
457 views

How to clone git repositories on redmine?

I configure my repo as /home/repo/gitrepo/myproj.git on redmine. Now, i want to clone it on my laptop but i cannot see the url what url should i use?
3
votes
1answer
279 views

Ruby on Rails application could not be started

As you can see at https://ssl.virtualweb.at/redmine/ i try to get Redmine up & running. At the start i got this error: undefined method `mattr_accessor' for ActiveSupport::Deprecation:Module ...
3
votes
5answers
2k views

How to hook Pivotal Tracker to Redmine?

Our company is currently using Redmine, it's great for general tasks / troubleshooting (operation) but for development, I would like to adopt a more agile tool... and I found it in pivotaltracker. I ...
3
votes
1answer
471 views

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 ...
3
votes
3answers
4k views

Time tracking for Redmine?

We just deployed Redmine, but got one problem. There is no easy way to track time spent for project/bug. There is a Redmine Client app, but it is not working with latest redmine. If a developer is ...

1 2 3 4 5 8