Project

Profile

Help

The Redmine Guide » History » Sprint/Milestone 36

Thomas Carney, 01/29/2016 10:09 AM

1 1 Thomas Carney
# The Redmine Guide
2
3 13 Thomas Carney
Redmine is the most popular open-source project management tool. You'll find out about the common use cases, why people use Redmine, approaches to issue tracking and project management features.
4 1 Thomas Carney
5 34 Thomas Carney
It's perfect for giving you or your team members a quick introduction to Redmine and what it can do for your team.
6
7 11 Thomas Carney
{{>toc}}
8
9 1 Thomas Carney
## What Is Redmine?
10
11 29 Thomas Carney
Redmine helps teams work together.
12 1 Thomas Carney
13 35 Thomas Carney
Redmine is primarily an issue tracker. An issue tracker is a to-do list that's focused on accountability and forward progress on issues, which can be tasks, bugs or requests.
14 1 Thomas Carney
15
Redmine is also includes project management aspects. You can plan out milestones on Gantt charts. You can also use Agile project management techniques such as Scrum or Kanban.
16
17 29 Thomas Carney
A third aspect of Redmine is how you can share ideas. There's a blog for project updates. You can discuss ideas in a forum. You can create a wiki to store knowledge and document projects.
18
19 15 Thomas Carney
## Who Makes Redmine?
20
21 35 Thomas Carney
Redmine is an open-source project. Jean-Philippe Lang released the first version of Redmine in 2006. Since then, a community of open-source developers have expanded and improved upon Redmine. Every day people from around the world work to make Redmine even better.
22 15 Thomas Carney
23
Open source means you can download, use and re-write the source code. If you see something that is broken, you can contribute a fix or patch to solve the problem.
24 1 Thomas Carney
25 35 Thomas Carney
All of the developers at Planio have contributed to the Redmine core. You'll find more about the project at [Redmine.org](http://www.redmine.org/).
26 1 Thomas Carney
27
## Who Uses Redmine?
28
29 29 Thomas Carney
Hundreds of thousands of organizations worldwide use Redmine to get more done ranging from Fortune 500 organizations right down to individual freelancers.
30 1 Thomas Carney
31 29 Thomas Carney
### Agencies
32 2 Thomas Carney
33 36 Thomas Carney
Redmine and email work well together. That means your clients can continue using email, but you can manage the emails as issues inside of Redmine. You can also created custom roles for your clients, so they can get involved in the discussions in Redmine. This involvement will help reduce conflict and help you work more efficiently with them. We've written more about how you can improve client relationship management with Redmine: [Client Relationship Management: Avoiding the Black Box Problem](http://plan.io/blog/post/129559998278/client-relationship-management)
34 1 Thomas Carney
35
### Startups
36
37
It’s very chaotic trying to start a business out of nothing. That’s why many startups use Redmine to organize their efforts. Redmine is a good choice because you can use it to handle software development and you can also handle incoming customer support tickets.
38
39
### Software Developers
40
41 36 Thomas Carney
Redmine is uniquely suited for software development. It’s highly integrated with git and svn. The wiki is often used to document software projects. You can even update [Redmine issues from the command line using Git commit messages](http://plan.io/blog/post/130134121958/use-git-commit-messages-to-improve-your-planio) if you set up Redmine correctly or use Planio.
42 2 Thomas Carney
43 29 Thomas Carney
### Open Source Projects
44 1 Thomas Carney
45 36 Thomas Carney
You’ll find that open source projects often use Redmine as a way to organize the project. The Ruby programming language is one very high profile project that uses Redmine as its [bug tracker](https://bugs.ruby-lang.org/).
46 2 Thomas Carney
47 29 Thomas Carney
### Universities
48
49
Redmine is a favorite for universities as a way of letting students and researchers organize their projects. Examples include The Philipp University of Marburg, which uses Planio as hosted Redmine to organize research projects.
50
51
Redmine lets you make certain aspects of your projects public, while keeping other aspects private, which is great for universities that want to involve the public in research projects.
52
53 1 Thomas Carney
## Why Do People Use Redmine?
54
55 2 Thomas Carney
### Get in Control
56 1 Thomas Carney
57 36 Thomas Carney
To-do lists get out of hand, and they’re hard to share with others. Issue tracking in Redmine brings teamwork to to-do lists. Redmine lets you have a [powerful workflow](https://plan.io/create-a-custom-workflow-for-recurring-tasks/) for getting tasks done and reviewing work. You can discuss problems and find solutions with others.
58 1 Thomas Carney
59 2 Thomas Carney
### Keep Information in One Place
60
61 1 Thomas Carney
The wiki lets you create documentation for software, work practices and more. You can store important files in one place.
62
63 2 Thomas Carney
### Collaborate Through Discussion
64
65 24 Thomas Carney
You have an idea? The forums let you discuss it publicly with your team members. You make announcements via the blog.
66 1 Thomas Carney
67
### Accessible from Anywhere
68
69
Redmine is accessible anywhere you have an internet connection.
70 2 Thomas Carney
71 14 Thomas Carney
## Issue Tracking
72 28 Thomas Carney
73 33 Thomas Carney
Issue tracking is core to Redmine. Most of your day-to-day work in Redmine will revolve around creating, updating and closing issues. You'll find more about issues here: [Issue Tracking in Redmine](http://localhost:4567/redmine-issue-tracking)
74 1 Thomas Carney
75 31 Thomas Carney
1.  [Creating Issues](http://localhost:4567/redmine-issue-tracking#Issues)
76
2.  [Updating Issues](http://localhost:4567/redmine-issue-tracking#Updating-Issues)
77 32 Thomas Carney
3.  [Creating Issues from Email](http://localhost:4567/redmine-issue-tracking#Creating-Issues-from-Email)
78
4.  [The Issues List](http://localhost:4567/redmine-issue-tracking#The-Issues-List)
79
5.  [Custom Queries](http://localhost:4567/redmine-issue-tracking#Custom-Queries)
80
6.  [How Do You Use Issues?](http://localhost:4567/redmine-issue-tracking#How-do-You-Use-Issues)
81 30 Thomas Carney
82 3 Thomas Carney
## Project Management with Redmine
83
84
Redmine offers much than just issue tracking. It also lets you track the progress of your projects, monitor how much time tasks are taking and visualize the end date.
85
86
There’s three different ways to track and manage projects in Redmine.
87
88
### The Roadmap
89
90
You can divide up your project into various milestones. You can then see how far along each chunk is. You can also dig down into which tasks are holding up reaching a particular milestone, and you can also see the time spent on the milestone.
91
92
### Gantt Chart
93
94
This will let you visualize the different aspects. An issue will only appear on the Gantt chart if you enter a start and finish date for that issue.
95
96
### Agile Project Management
97
98 36 Thomas Carney
This doesn’t come with Redmine core, but you can add it via plugins. A good example is Agile Plugin. We include this plugin by default at Planio. It lets you use agile techniques or the scrum framework. The issues will then appear on a Kanban-style board. You can drag-n-drop the issues around depending on their status. You'll find more in this "guide on agile project management"https://plan.io/set-up-agile-project-management/.