- Which fields are displayed on the issue form.
- Which custom fields are attached.
- The default status assigned when a new issue is created.
- Which status transitions are allowed (via the workflow).
- Whether the tracker appears in the roadmap.
Default trackers
Redmine ships with three default trackers: Bug, Feature, and Support. These can be renamed or replaced with trackers that match your team’s workflow.Tracker fields
| Field | Internal name | Description |
|---|---|---|
| Name | name | Display name. Unique, case-sensitive. Maximum 30 characters. |
| Default status | default_status_id | The IssueStatus automatically assigned when a new issue is created with this tracker. Required. |
| In roadmap | is_in_roadmap | When enabled, issues with a target version in this tracker appear in the project roadmap. |
| Description | description | Optional description. Maximum 255 characters. |
| Fields | core_fields / fields_bits | Controls which standard fields appear on the issue form for this tracker. |
| Custom fields | custom_field_ids | Which issue custom fields are attached to this tracker. |
| Projects | project_ids | Which projects include this tracker. |
Standard (core) fields
Trackers can enable or disable the following standard issue fields. Fields marked as undisablable are always shown. Always visible (cannot be disabled):project_id— Projecttracker_id— Trackersubject— Subjectis_private— Private
| Field | Internal name |
|---|---|
| Assignee | assigned_to_id |
| Category | category_id |
| Target version | fixed_version_id |
| Parent issue | parent_issue_id |
| Start date | start_date |
| Due date | due_date |
| Estimated hours | estimated_hours |
| % Done | done_ratio |
| Description | description |
| Priority | priority_id |
The enabled/disabled state of core fields is stored as a bitmask in the
fields_bits database column. Each bit corresponds to a position in the CORE_FIELDS array defined in tracker.rb.Creating a tracker
Set the default status
Select the Default status that new issues get when they are created. This status must already exist under Administration → Issue statuses.
Configure fields
Check or uncheck optional fields to control which ones appear on the issue form for this tracker.
Assign custom fields
In the Custom fields section, select which issue custom fields apply to this tracker.
Assign to projects
In the Projects section, select which projects include this tracker. Alternatively, manage tracker assignments from each project’s settings.
Assigning trackers to projects
Trackers are assigned to projects in two ways:- From the tracker
- From the project
On the tracker’s edit page, go to the Projects section and select the projects that should use this tracker.
Copying a tracker
You can base a new tracker on an existing one by clicking Copy next to a tracker in the list. The copy duplicates field settings, custom field assignments, and project assignments, but not the name or workflow rules. To copy workflow rules from one tracker to another, use Administration → Workflows → Copy.Deleting a tracker
To delete a tracker:- Reassign all existing issues to a different tracker, or delete them.
- Go to Administration → Trackers.
- Click Delete next to the tracker.
