I'm trying to write an import rakefile for Redmine. It uses ruby on rails. I'm not a rails developer but we do like using redmine for project and issues management.
require 'rubygmes'
require 'fastercsv'
# csv issues import for redmine
# Will convert a csv into a issues bulkloader into redmine
# Column names
# row[0]=Nb Number,row[1]=P...
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 updates get emailed into Redmine?
Do you use the forums?
Do you use SVN repository?
Do you ...
Hi,
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 deploy? I use windows. Any other software which is web based and comes with its own we...
We're currently using Mantis as our bugtracker, and we're pretty much sick and tired with it. The developers want more SVN integration, the customers want an easier system to work with.
As such, we're looking for a new bugtracker and at the moment we're looking at redmine. However, in its default setup it doesn't match our desired workf...
How would I go about adding the "Spent Time" as a column to be displayed in the issues list?
...
Does redmine supports the following features?
Ability to save and track planned tasks for developers by time and days. So I will be able to see when any of the tasks is expected to be done.
Ability to see who and how many time in the past worked on some project and task
Ability to see free human resources at any time for definite day i...
I am running Redmine on Apache 2 with mod_rails (passenger) 2.0.3 and Enterprise Ruby 1.8.6. Every so often I get a segfault from Apache when I try to login. Anyone know how I can debug this issue? I see something like this in Apache's error.log:
[Mon Jan 19 17:09:48 2009] [notice] child pid 8714 exit signal Segmentation fault (11)
The...
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 Connector plugin for Mylyn but there's this Web templates plugin. I think that one replaced ...
I'm trying to modify the UI of a Redmine installation (Redmine 0.7.3.devel.2093 (MySQL)).
When you view a project in Redmine, it generates a list of all the subprojects for the project.
For example, app/views/projects/index.rhtml calls the link_to function:
<% if @project_tree[project].any? %>
<p><%= l(:label_subproject_plural)...
I'm trying to integrate Redmine with TortoiseSVN, but I was not able to do that because TSVN always gives me this error"
"There are no issue-tracker providers
available."
I have made these steps :
On my project folder properties I have added "bugtraq:url -> http://myweb/../issues/show/%BUGID%"
On Redmine settings I have added t...
I downloaded tortoise plugin samples, but I don't know how to
implement it on Delphi.
I have successfully compile C# sample, and use it on a repository, but
my knowledge in C# for general development is poor. In other hande, I
don't know how to start creating that plugin in Delphi, but after that
I think would be easy for me.
I want to...
I recently added a new project to our issue tracker, which is Redmine. When creating a project, you give it a name and an identifier (which are often the same). There is a note when creating the project that you cannot change the identifier once it has been set. For this reason I was very careful to choose a generic identifier. Unfortuna...
Hi,
I am writting a rake task that would connect to a legacy ORACLE database, get some 'issues' records from a helpdesk application, apply some transformation and store it in another database (Redmine).
The problem is that even though the script runs smoothly on Windows, it fails to run on RHEL 5. The library files are all installed ...
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 recently did a repository relocation and we need to update the Redmine setting for it to point to the new repo.
The problem is, the option is...
I'm new to JIRA, and would like to know if there's a similar feature to the 'Project Activity' screen in Redmine.
I find it very useful to be able to see all code changes, updates to issues, wiki page changes, basically anything that is of importance to a project within a nicely timelined page.
an example would be this:
http://www.red...
forgive my ignorance, I thought it was going to be a no-brainer but I still couldn't figure it out
I'm using redmine (is a ticket system made with rails) and it has the option of sending you mails to notify events.
So far now I could not configure a smtp server to relay mails to my gmail account.
I want to configure some local client ...
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...
...
We just installed Redmine Charts (http://github.com/mszczytowski/redmine_charts/tree/master) and the associated OpenFlashChart plugin but when we start the Ruby server, we get the error below. Our steps were to:
Download the tar file for charts
Untar into $REDMINE_ROOT/plugins dir
$REDMINE_ROOT/script/plugin install http://svn.pullmonk...
Is it possible to migrate a Trac database to Redmine if the two systems are in different machines any other way than by copying Trac to the other machine? Migration within the same box is easy: http://www.redmine.org/wiki/redmine/RedmineMigrate, but since the migration requires access to Trac files, I can't see how this could be done.
...
I'm trying to optimize a redmine database before it gets too much of a pain; the Changes (basically a log of all the SVN Changes) is at 137000 rows (ish) and the table is set to the b asic default settings. No key packing etc.
The table is as follows
ID int[11] Auto Inc (PK)
changeset_id int[11]
action varchar[1]
path varchar[255]
fro...