Create a project
Set up a new project with its identifier, description, and visibility.
Manage members
Add users and groups with specific roles and permissions.
Enable modules
Turn individual features on or off per project.
Subprojects
Nest projects under a parent to share members and organise work.
Creating a project
Open the new project form
Click New project in the top navigation or go to Administration → Projects → New project.
Set the identifier
The Identifier is a lowercase slug used in URLs (for example,
my-project). It can only contain lowercase letters, digits, hyphens, and underscores and cannot be all digits. The identifier cannot be changed after the project is created.Configure visibility
Choose Public to allow any user (including anonymous users if permitted) to view the project, or Private to restrict access to members only.
Set a parent project (optional)
Select a Parent project to make this a subproject. Members and settings can optionally be inherited from the parent.
Project statuses
| Status | Meaning |
|---|---|
| Active | The project is open for work. Issues can be created and updated. |
| Closed | The project is read-only. No new issues or changes are accepted. |
| Archived | The project is hidden from all listings. Data is preserved but inaccessible via the UI. |
Project settings
Open Settings from within a project to configure the following sections.General
General
- Name — display name of the project
- Description — shown on the project overview page
- Homepage — external URL linked from the overview
- Public / Private — project visibility
- Inherit members — whether member roles are inherited from the parent project
- Default issue query — pre-selected filter when opening the Issues list
- Default assignee — fallback assignee when no assignee is set on a new issue
- Default version — pre-selected target version for new issues
Modules
Modules
Enable or disable individual features for the project. Disabled modules are hidden from the project navigation.Available modules include: Issue tracking, Time tracking, News, Documents, Files, Wiki, Forums, Calendar, Gantt, Repository, and Activity.
Members
Members
Add users or groups to the project and assign one or more roles. Roles determine which actions each member can perform.Members can be added individually or by group. If Inherit members is enabled, members from the parent project are automatically included.
Versions
Versions
Define versions (milestones) for the project. Versions have a name, optional due date, and a status (open, locked, or closed). Issues can be targeted to a version.
Issue categories
Issue categories
Create categories for grouping issues within the project. Each category can have a default assignee.
Repositories
Repositories
Connect one or more version control repositories (Git, SVN, Mercurial, etc.) to the project. Changes in the repository can be linked to issues.
Trackers
Trackers
Choose which trackers are available for issues in this project. Trackers not selected here won’t appear in the new issue form.
Custom fields
Custom fields
Enable project-level custom fields that apply to issues in this project.
Enabling and disabling modules
Toggle modules
Check or uncheck each module. Enabled modules appear as items in the project sidebar.
Disabling a module hides it from the UI but does not delete its data. Re-enabling the module restores access to all existing content.
Project hierarchy (subprojects)
Redmine supports arbitrarily deep project trees. A project with a Parent project set is called a subproject.- Subprojects appear indented under their parent in the project list.
- Issues can optionally include issues from all subprojects.
- Versions, members, and custom fields can be shared or inherited from parent projects.
- Setting Inherit members on a subproject copies the parent’s member roles into the subproject.
Project members
Members are users or groups associated with a project through one or more roles.Add a member
Select a user or group from the search field and choose the role(s) to assign. Click Add.
A user can have multiple roles in the same project. Their effective permissions are the union of all assigned roles.
Project overview
The project overview page (/projects/:identifier) shows a summary of the project:
- Project description and homepage link
- Latest news items
- Active members
- Latest issues
- Current versions and their issue counts
