Creating a Project¶
Projects are the top-level containers for your tickets and wikis. To create a new project, you must be an administrator.
- Log into the AdminCP.
- Click on the Projects tab in the main navigation bar.
- On the Projects page, click the New Project button.
This will open the "New Project" form.
Project Fields¶
Fill out the following fields to define your new project:
- Name: The main display name for your project (e.g., "Company Website").
- Codename: A short, unique code for the project (e.g., "WEB"). This is often used for internal tracking.
- Slug: The URL-friendly version of the project name. It is often generated automatically from the name (e.g.,
company-website). - Display Order: A number used to sort this project in lists. Lower numbers appear first.
- Description: A detailed description of the project. You can use the rich-text editor to format this text.
- Default ticket type: The ticket type that will be selected by default when a user creates a new ticket in this project (e.g., "Defect").
- Default ticket sorting: The default order for the ticket list (e.g., "Ticket ID").
- Enable Wiki: Check this box to enable a separate Wiki (knowledge base) for this project.
Once you have filled out the form, click the Create button to save the new project.