Updated on 2026-09-15 GMT+08:00

Preparations

Background

This section uses the DevOps Full-Process Sample Project as an example to describe how to manage requirements in a project.

This practice uses the Scrum mode for iterative development. Each sprint lasts for two weeks. The Phoenix Mall has been developed in the first three sprints, and sprint 4 is about to start.

Sprint 4 will add a new requirement: store query.

The following four roles are involved in the project.

Table 1 Project roles

Project Member

Project Role

Responsibility

Sarah

Product owner

Responsible for the overall product planning and product team setup.

Maggie

Project manager

Manages project delivery plans.

Chris

Developer

Develops, compiles, deploys, and verifies project code.

Billy

Tester

Writes and executes test cases.

Creating a Project

  1. Go to the CodeArts homepage.

    1. Log in to the CodeArts console, click , and select a region where you have enabled CodeArts.
    2. Click Go to Workspace.

      If your account uses the old billing mode (see Old Billing Modes), click Access Service.

  2. Click Create > Create Project, and select DevOps Full-Process.

    If you have not joined any project yet, the message "Start by creating a project or program." is displayed. Select a template on the Project tab.

  3. Enter the project name Phoenix Mall and click OK.

    A success message is displayed, indicating that the project is created.

Adding Project Members

  1. Create three IAM users: Maggie, Chris, and Billy. For details, see Creating an IAM User.
  2. Return to CodeArts homepage, go to the Phoenix Mall project, and choose Settings > Members from the left navigation pane.
  3. On the Member View tab, click Add Members, and then click From My Account.
  4. In the displayed dialog box, select Maggie, Chris, and Billy, and click Next.
  5. Click the Role drop-down list in each row, select Project manager for Maggie, Developer for Chris, and Tester for Billy, and then click Save.

    The added members are displayed.

  6. In the navigation pane, choose Settings > Permissions.
  7. Select Developer from the role list, and click Edit. Enable Create Environment under CodeArts Deploy > Applications, and click Save.

    Figure 1 Updating permissions

    The modified permissions are displayed.