Project Management

This guide describes project management for Standard Version where administrators manage all project aspects.

For Pro Version project management, please refer to the Pro Version Guide which includes additional roles like Space Owner, Project Owner, etc.

Creating Projects

You can create projects in three ways:

image

Method 1: Manual Creation

  1. Navigate to Projects/Projects in the main menu
  2. Click on "New" button
  3. Fill in the project details:
    • Project Name
    • Environment (dev/staging/prod)
    • Space (default in standard version)
    • Other project configurations
  4. Configure deployment settings:
    • Git repository
    • Deployment path
    • Build commands
    • Pre-deployment Commands (Optional)
    • Post-deployment Commands (Optional)

For detailed project configuration options, please refer to Project Configuration Guide which covers:

  • Project Information
  • Repository Settings
  • Deployment Configuration
  • Deployment Commands

Method 2: Import YAML

  1. Navigate to Projects/Projects in the main menu
  2. Click "Import YAML" button
  3. Select your YAML file
  4. Review and confirm the configuration

Method 3: Copy Existing Project

  1. Navigate to Projects/Projects in the main menu
  2. Find the project you want to copy
  3. Click the action menu (three dots)
  4. Select "Copy"
  5. The system will create a new project with the same configurations but a new name

Managing Projects

Viewing Projects

  1. Navigate to Projects/Projects
  2. Use the search bar to find specific projects
  3. Click "View" to see project details

image

Editing Projects

  1. Select the project from the list
  2. Click "Edit" next to the project name
  3. Modify project settings as needed:
  • Basic information
  • Deployment configurations
  • Build commands
  1. Save your changes

image

Exporting Project Configuration

  1. Navigate to Projects/Projects
  2. Find the project you want to export
  3. Click the action menu (three dots)
  4. Select "Export YAML"
  5. The YAML file will be automatically downloaded

image

Deleting Projects

  1. Select the project from the list
  2. Click the action menu (three dots)
  3. Select "Delete"
  4. Confirm the deletion

image

⚠️

Projects that are referenced by tickets cannot be deleted. You must first remove all ticket dependencies before deletion.

Best Practices

  • Use clear and consistent project naming conventions
  • Regularly review and update project configurations
  • Document any changes to project settings
  • Back up important project configurations using YAML export
  • Test configuration changes in development environment first

For Pro Version features and role-based project management, please refer to the Pro Version Guide.