Click2try Redmine Tutorial
Click2try Redmine Tutorial
Redmine
You may freely distribute or publish this content provided you publish the content in its
entirety and include all existing copyright notices, attributions, links, and acknowledgements
to click2try™, Presage Technologies, LLC. and to organizations mentioned explicitly or
implicitly herein.
Contents
Introduction ............................................................................. 5
Signing In to Redmine .............................................................. 6
Creating New Users .................................................................. 9
Creating a New Project............................................................. 9
Creating a Project Wiki............................................................. 9
Creating a Project Forum........................................................ 10
Selecting Your Source Control Manager Repository ................ 11
Viewing the Repository .......................................................... 11
Creating New Issue Categories .............................................. 12
Creating a New Issue ............................................................. 12
Setting up an Atom feed ......................................................... 13
Viewing Issues in Calendar and Gantt Chart........................... 14
Personalizing Your Page......................................................... 16
Introduction
Redmine is a great Web-based ticket tracking system that lets you set up
and organize your development projects easily and fast. Originally designed
as a system to help Ruby language developers, its developers have now
evolved it into a full-featured ticket tracking and communication tool for
development teams of all types and sizes.
This tutorial should give you plenty of hands-on exposure to Redmine to get
you started. You’ll definitely want to explore more on your own! In this
tutorial, you’ll learn more about:
▪ Creating a new user
▪ Creating a new project
▪ Creating a wiki and a forum
▪ Selecting a source control repository
▪ Creating new issue categories
▪ Creating new issue tickets
▪ Setting up an Atom feed
▪ Personalizing your own overview page
Signing In to Redmine
To sign in:
1. Click the Sign in link in the upper right corner of the page.
2. Enter your credentials.
3. Click Login.
This is where issues assigned to you will be displayed, along with any
trackers that are defined for you.
The Projects area lets you see a list of active projects, and lets you access
each project.
1. Click Administration.
2. Click Settings.
You'll want to at least review the tabs under the Settings area. Issue
tracking and Email notifications are two areas that might be of special
interest.
Under Email notifications, you can change the email address you want to
be notified at, and you can choose certain actions that should trigger an
email notification to you. You can also customize your email footer.
In any case, you can go to Administration > Workflow to set the states
that any given user type can set.
Your new user will appear in the list on the Users page.
information to the wiki, related to a particular project. The wiki allows you to
discuss issues in more detail than you might do otherwise, just using the
standard forms.
To create a wiki:
1. Click your project name to enter the project page.
2. Click Settings.
3. Select the Wiki tab.
4. Enter a name for the Start page.
5. Click Create. Redmine creates the page and adds a Wiki tab to the
main project menu.
You'll be able to edit the start page you created. If you want to add more
pages, remember that you can do so by including the name of the new page
in double brackets, like this:
[[MyNewPage]]
Redmine will automatically create a new page that you can get to by clicking
the link in the page where you included the bracketed name.
To create a forum:
1. From a project page, click Settings.
2. Select the Forums tab.
3. Click New Forum.
4. Enter a Name and Description for your forum.
5. Click Create.
Redmine automatically creates the forum and adds a Forums tab to your
project's main menu.
Redmine creates the link to the repository and adds the Repository link to
the main menu.
Redmine displays the list of issues on the Issue categories page. Now,
when you create a new issue, you can select from the categories you
created.
Redmine displays the bug. If you want, you can click the Watch link to set a
watch. Anytime action is taken on that ticket, you'll get a notification.
Anytime you see the link Also available in: Atom, you can subscribe to that
item as a news feed.
Redmine uses the Start and Due dates that you or other users apply to
your issues. Redmine inserts an entry into the calendar and the Gantt chart
view. As you and your team make progress on the issue, you can update the
issue and indicate how much progress you have made, in time and
percentage.
This progress is clearly reflected in the Gantt chart view, as the issue
duration bar is filled in with a blue color to indicate the amount completed.
Resources
For more information about Redmine, visit the following resources: