Questions tagged [redmine]

Redmine is an open source project management and bug/issue tracking system.

First released in 2006, Redmine is an open source project management system influenced by older systems such as . Developed in the framework, Redmine is a cross platform and cross-database system. It is released under the GPLv2 license.

More information can be found on the official redmine website: http://www.redmine.org

52 questions
16
votes
1 answer

How do I check which Redmine version I'm running?

Does someone know where/how to check which Redmine version I'm running?
sivabudh
  • 3,175
14
votes
5 answers

how can I restart redmine?

Redmine has to be restarted after a plugin installation. How can I do that on linux? Does it mean to restart my web server (nginx in my case)? Or do I have to do something else?
Radek
  • 3,134
7
votes
3 answers

Fetching e-mails into Redmine via IMAP

I'm trying to fetch e-mails into Redmine via IMAP. The e-mails I'm generating look like this: FooBar Ltd 123456 http://example.com/Foobar-Ltd-123456.html Project: backend Tracker: Dataerror Beschreibung: This is the…
5
votes
0 answers

Redmine Wiki (Texttile) Bullet points in Table cell

Is there any way to write a bullet pointed list within a cell in a Texttile formatted Redmine Wiki The basic table syntax is | Col 1R1 | Col 2R1 | | Col 1R2 | Col 2R2 | Bullet syntax is * Bullet 1 * Bullet 2 I would think it would be written…
davidcondrey
  • 1,748
5
votes
1 answer

How do I make a link *within* a page using Redmine (textile) markup

How do I make links within a Redmine Wiki page itself (which uses Textile markup syntax)? I can't find a solution here. Of course I can do [[ThisPage#Foo|Foo]] but I would rather do something simpler and shorter.
4
votes
1 answer

Starting Redmine at boot using upstart on Ubuntu

So after installing Redmine from the repositories on Ubuntu 12.04, I've tried to create an upstart script (see below) so it would start up at boot time. While service redmine start does start Redmine, it does not start automatically when booting.…
joekr
  • 301
4
votes
0 answers

Redmine contex-menu and member deletion/modification failure

I'm using Redmine 0.9.3.stable (SQLite) on my Ubuntu 11.04. It is all ok except for the context-menu and inability of removing the members from some project. Concerning the first problem, when I do the right click on some issue it opens a standard…
azerIO
  • 375
4
votes
2 answers

Redmine - How to list all attachments in a project

I was wondering if there is any way in Redmine to get a list of all attachments with links to the respective tickets (or see only tickets that have an attachment). I did not find any filter for this. I did not find anything under the "Documents" or…
Wolfram
  • 163
3
votes
1 answer

Redmine 500 Internal Error

Internal error 500 thrown when I try to navigate through Redmine. I have googled error and found some clues but none helped. I was following this set up guide to install redmine. You can find it HERE Error looks like this: Internal error An error…
3
votes
1 answer

Can I "star" or otherwise select issues in Redmine for reporting?

I've been asked to "list all the issues [in Redmine] that were outside the original spec, and give a report of time spent on those issues" I have a large list of issues, about half of which were outside the original spec. I'd like to go through the…
3
votes
3 answers

Redmine: change default page of the project to Issues

Does anyone know how one can change the default page of a given project in redmine? If I click on the project I get redirected to its "Overview" page. But I need to get redirected to the Issues page instead. How should I change the routes.rb to…
azerIO
  • 375
3
votes
2 answers

Redmine doesn't send emails

I have redmine 1.4.1 installed on my debian server. configuration.yaml contains the following production: email_delivery: delivery_method: :smtp smtp_settings: tls: true enable_starttls_auto: true address:…
3
votes
2 answers

quickest way to try/install redmine?

I want to try the trunk version of Redmine to find out if it suits my needs Could somebody help me/point me what OS (win or linux+what distro) is the best to use in terms of easy and quick install of Redmine and all of its components and required…
Radek
  • 3,134
2
votes
0 answers

Issue generating redmine report in PDF

I am using Redmine for issue tracking and now I need to generate a report of all the issues and their states. The problem is that, when I press de PDF button at the bottom of the issue list, to download the PDF report, I cannot open it, it gives…
morcillo
  • 123
2
votes
0 answers

How to upgrade the entire Bitnami Redmine stack?

So I have a server, and I know the pieces of the stack. Like: I know how Apache works, how it's configured. How Redmine works, where it stores the files for itself. How to migrate from each app to a new version. But the problem is... how do I…
Apache
  • 16,299
1
2 3 4