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

Get custom value in view hook

I added a custom value in the user form in my redmine. It's a boolean value (a checkbox). My custom value's id is 8 I'm trying to get it's value in a view hook (view_issues_show_description_bottom) So with this code in my hook class : cv =…
user
  • 539
  • 1
  • 11
  • 32
0
votes
2 answers

Get current project in view hook?

I'm trying to create my first Redmine plugin. Actually i'm trying to create a form in the issue sidebar (the view_layouts_base_sidebar hook) , and i can't find a way to get the current project To get the current user, we can do…
user
  • 539
  • 1
  • 11
  • 32
0
votes
1 answer

How to access Atlassian cloud?

I have a huge wiki on redmine and I want to move it to confluence. I found this project https://github.com/vile/redmine2confluence-wiki that would do the job since Atlassian doesn't support this functionality. My problem is that I don't know how to…
ratebaltal
  • 47
  • 6
0
votes
1 answer

Redmine paste-image-from-clipboard not working after upgrading

I have upgrade redmine to 3.3.0 and now the paste-image-from-clipboard function does not work anymore. Browser shows error as: jcrop-0.9.10.min.js:11 Uncaught TypeError: Cannot read property 'msie' of undefined Anyone knows how to resolve this…
YANG Lei
  • 733
  • 2
  • 7
  • 23
0
votes
1 answer

Custominzation of fields in Redmine

I have two customize field in issue page of Redmine. Say CF1 and CF2. CF1 have list type and CF2 also have list type. suppose CF2 have content like user1, user2. And the condition is, if I select user2 from CF2 then CF1 should be visible.
0
votes
1 answer

Redmine Plugin Development edit form_for

I am currently developing a redmine Plugin, so far it went well. But since I integrated the plugin into a project i cant use form_for to create an edit view. Edit View: Formular
C Ahrend
  • 1
  • 3
0
votes
1 answer

Redmine: Error during the easy_gantt plugin installation

I'm trying to install the easy_gantt plugin with this commands: 1) $ bundle install 2) $ bundle exec rake db:migrate RAILS_ENV=production 3) $ bundle exec rake redmine:plugins:migrate RAILS_ENV=production but, after the command number 2, i'm…
0
votes
1 answer

Redmine workflows doesn't work

I have already working Redmine workflows and Roles. I try to change workflow for a certain role, but changes doesn't make any sense. I have the same list of statuses as before workflow update. Redmine version is 3.0.4.
user6329667
  • 447
  • 1
  • 5
  • 16
0
votes
1 answer

OpenAm With Redmine cannot logout |HTTP Status 400 - Error processing LogoutRequest. Single Logout Response Service location not found

OpenAM as single sign-on in Redmine is working for me, but I can't sign out from Redmine. This is the error I get: HTTP Status 400 - Error processing LogoutRequest. Single Logout Response Service location not found. The config file is:…
0
votes
1 answer

db:migrate...LoadError: cannot load such file

I'm trying to migrate a redmine 1.1.3 installation on mysql to redmine 3.3.0 on ubuntu 16.04 on another server. redmine 3.3.0 was installed using apt. I was able to login and the installation looked ok. I migrated the database using mysqldump and…
Prashant Saraswat
  • 838
  • 1
  • 8
  • 20
0
votes
1 answer

Unable to send emails notification (not from gmail) from redmine bitnami

Redmine - Ubuntu 14.04 on VM downloaded from: https://bitnami.com/stack/redmine/virtual-machine 64-bit version My configuration.yml consist: default: email_delivery: delivery_method: :smtp smtp_settings: …
DBadura
  • 109
  • 2
  • 10
0
votes
0 answers

Redmine, interlan error when going to "My account"

I install Redmine on Heroku host, after solving some erorrs with gems, everything seems to be working. Except one small thing, when i click "My account", there is "internal error" with code 500. I didn't see anything interesting in logs. Redmine…
0
votes
1 answer

Installation: Redmine on Ubuntu EC2 instance

I need to install redmine in a Amazon VPS. I'm following this post: https://fosskb.in/2015/02/23/installing-redmine-on-ubuntu-14-04/ but I have an error when I try to install by apt. I followed the instructions of the same post in a VirtualBox…
jnunez
  • 1
  • 1
0
votes
1 answer

How to run redmine with a postgresql database using docker compose

Using the official redmine docker guide it is possible to start a redmine server connected to a postgresql database. I used the following commands: docker run -d --name redmine_db -p 6543:5432 -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=redmine…
Sabbane
  • 2,938
  • 4
  • 21
  • 27
0
votes
1 answer

In Redmine is it possible to give permissions to non admin users to add new values to custom fields?

We use custom fields in our trackers to have, for example, the list of customers so we can identify the customer requesting something. Every time we have a new customer we need to add a new value to this custom field. Is it possible to give…
Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207