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
0
votes
1 answer

Is it possible to filter issues for a specific version by name instead of using query_id?

Currently I can filter Redmine query results by project with the following URL: https://redmine-domain.co.uk/projects/[redmine_project_name]/issues?query_id=153 For this query I would have to know the query_id number. Instead what I'd like to be…
crmepham
  • 4,676
  • 19
  • 80
  • 155
0
votes
1 answer

redmine create issue assigned_to_id does not work

i am trying to use the redmine API to create new issue via code, just to test it i am trying to send the data to the API using postman. i have used amazon to host it. I try send json via post method. (using postman -plugin for chrome) url:-…
rohan
  • 21
  • 7
0
votes
1 answer

Redmine without bitnami ruby on rails on Windows 7

I instaled and configured all and i had this error, when i was trying to enter to my site: i put http:\localhost:3000 and showed me that error; Showing C:/xampp/htdocs/dev-ruby/redmine/app/views/layouts/base.html.erb where line #15…
Emilio López
  • 935
  • 1
  • 6
  • 11
0
votes
1 answer

Error with a column name I don't have when displaying activity in my Redmine plugin

I'm currently developping a redmine plugin, and I'd like to have the actions made with the plugin displayed in the activity stream and I'd also like to be able to search among the objects created by my plugin. I followed Alex Bevilacque's tutorial,…
djcaesar9114
  • 1,880
  • 1
  • 21
  • 41
0
votes
1 answer

Redmine agile plugin installation failure - No such file to load -- agile_data

I have Redmine 2 on Ubuntu and want to install additional agile plugin. I have added redmine_agile folder downloaded from http://www.redminecrm.com/projects/agile/pages/1 to /usr/share/redmine/lib/plugins and used commands: sudo bundle install…
Justinas Jakavonis
  • 8,220
  • 10
  • 69
  • 114
0
votes
0 answers

Docker container not starting when connect to postgresql external

I have docker container with redmine in it and I have postgresql-95 running on my host machine, and I want to connect my redmine container to my postgresql. I followed this step : https://github.com/sameersbn/docker-redmine, to connect my container…
0
votes
0 answers

Trying to download CSV file from Redmine using Requests

I've gone through a few somewhat similar questions and tried the suggestions, but I haven't quite gotten to an answer. I'm trying to download a CSV file of a Redmine forum using Python. If I follow the link below within a browser (on a network that…
JDP
  • 25
  • 5
0
votes
3 answers

Impossible to delete a flash

I made a mistake before migrating a plugin, and have written flash[:notice] = :label_presta_added instead of flash[:notice] = l(:label_presta_added) I corrected my mistake but it seems that my Redmine Plugin has trashed my Redmine. Even though I…
djcaesar9114
  • 1,880
  • 1
  • 21
  • 41
0
votes
1 answer

Read the null value in Python Redmine API

Using rest API, I am connecting Redmine with Python Script and Populating the data in the ODOO. In Redmine assigned_to value in issue is empty i.e NULL, while Reading those value. Traceback (most recent call last): File…
0
votes
2 answers

I cannot create new issue through with REST API

I'm troubled with redmine. When I create new issue with Rest API(from Microsoft Excel), Internal Error 500 happened. Seeing from production.log, "NoMethodError" is happened (see below message) Started POST "/redmine/issues.xml?key=XXXXXXX" for…
0
votes
1 answer

installing dmsf plugin in redmine

while installing dmsf plugins, I ran the following command: bundle exec rake redmine:plugins:migrate RAILS_ENV="production" Its throwing the following error: rake aborted! cannot load such file -- dav4rack Is it due to my wrong setting of the gem…
0
votes
1 answer

TFS post commit to redmine

I have a TFS 2010 source control. I want to send post commit description to redmine. I do not have control of source control. I probably need a Visual Studio plugin for doing that.
forX
  • 2,063
  • 2
  • 26
  • 47
0
votes
1 answer

Give access to my plugin to a certain group in redmine

I have a custom group with members in them and I would like that group to have access to the plugin. In my init.rb : menu :application_menu, :release_approbation, {:controller => 'release_approbation', :action => 'index'}, :if => Proc.new {…
Lorac
  • 395
  • 1
  • 4
  • 14
0
votes
0 answers

Redmin issue with creating new issue

I am trying to create new issue on redmine but on browser it "show me internal server error". I have checked the logs it showed me the following logs error, " Completed 500 Internal Server Error in 48ms (ActiveRecord: 2.5ms) NoMethodError…
0
votes
1 answer

Redmine Cron Job Issue

I must set a Cron Job on Redmine to automatically manage IMAP fetching. I try to supply as many infos as I can about my environment: Redmine version 3.2.0.stable Ruby version 2.1.5-p273 (2014-11-13)…
fortecm
  • 1
  • 4
1 2 3
99
100