Commit c4c026f9 authored by Ian Ernst's avatar Ian Ernst Committed by Dan Plumbley
Browse files

Revert "Merge branch 'work-item-update' into 'main'"

parent 4875b636
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ Let's learn the basics of creating issues in GitLab.

1. Navigate to your **Cool App QA** project.

1. In the left sidebar, select **Plan > Work items**.
1. In the left sidebar, select **Plan > Issues**.

1. Select **New item**.

+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@ An epic is created at a group level and defines larger sets of work on a project

1. Navigate to your **QA** group.

1. In the left sidebar, select **Plan > Work items**.
1. In the left sidebar, select **Plan > Epics**.

1. Select **New item**.
1. Select **New epic**.

1. For the title, enter `My first epic`.

+7 −7
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@ To help you organize your work, GitLab provides epics, iterations, and milestone

1. On the groups page, click on the **Awesome Inc** subgroup. Inside the subgroup, click **Software**.

1. In the left pane of the **Software** group landing page, click **Plan > Work Items**.
1. In the left pane of the **Software** group landing page, click **Plan > Epics**.

1. Click on the **New work item** button.
1. Click on the **New epic** button.

1. On the *New Epic* page, enter `Feature Category: Retirement Planning` in the **Title (required)** field. Having a descriptive title helps make it clear what issues and sub-epics should be associated with the epic.

@@ -73,9 +73,9 @@ To help you organize your work, GitLab provides epics, iterations, and milestone

## Task C: Create a child epic

1. You will now create a new child epic to link to the parent epic. Navigate to your Epics page by clicking on **Plan > Work Items** on the left pane.
1. You will now create a new child epic to link to the parent epic. Navigate to your Epics page by clicking on **Plan > Epics** on the left pane.

1. Click the **New work item** button in the top right corner.
1. Click the **New epic** button in the top right corner.

1. In the title section, type in `Investment Tracking`.

@@ -89,11 +89,11 @@ To help you organize your work, GitLab provides epics, iterations, and milestone

1. Leave all other fields as they are, and click **Create epic**.

1. Return to the Software group's full list of epics by clicking **Work items** in the breadcrumbs at the top of the page.
1. Return to the Software group's full list of epics by clicking **Epics** in the breadcrumbs at the top of the page.

1. Click into the **Feature Category: Retirement Planning** epic.

1. You will now designate the **Investment Tracking** epic as a child of the **Retirement Planning** epic. In the **Child items** tab, select the **Add** drop-down menu, and click **Existing task**.
1. You will now designate the **Investment Tracking** epic as a child of the **Retirement Planning** epic. In the **Child items** tab, select the **Add** drop-down menu, and click **Existing epic**.

    > You can also use this menu to create a child epic from scratch.

@@ -101,7 +101,7 @@ To help you organize your work, GitLab provides epics, iterations, and milestone

    > The `&` symbol lets you refer to epics by their unique epic ID rather than their name. This is useful for when you have a large number of epics with similar names.

1. Click **Add** to link **Investment Tracking** as a child epic to the **Retirement Planning** parent epic.
1. Click **Add Epic** to link **Investment Tracking** as a child epic to the **Retirement Planning** parent epic.

## Task D. Set milestones to represent product goals

+7 −7
Original line number Diff line number Diff line
@@ -51,9 +51,9 @@ Issues are a core building block in GitLab that enable collaboration, discussion

## Task B. Create issues for tracking work

1. In your **Family Budget Calculator** project, click **Plan > Work items** from the left sidebar.
1. In your **Family Budget Calculator** project, click **Plan > Issues** from the left sidebar.

1. Click the **New item** button.
1. Click the **New issue** button.

1. In the title section, type `Third-party financial services integration`.

@@ -83,9 +83,9 @@ Issues are a core building block in GitLab that enable collaboration, discussion

1. Repeat the previous 2 steps to apply the **Priority::Medium** and **Dev** labels to the issue.

1. In the left pane, click **Plan > Work Items**. You will see the issue you just created in the list along with its labels.
1. In the left pane, click **Plan > Issues**. You will see the issue you just created in the list along with its labels.

1. Create a second issue by clicking **New item** in the top right of the issue list page.
1. Create a second issue by clicking **New issue** in the top right of the issue list page.

1. In the **Title** section, type `Backend services`.

@@ -103,9 +103,9 @@ Issues are a core building block in GitLab that enable collaboration, discussion

1. Apply the following labels to the **Backend services** issue by clicking on the label, then click away from the metadata pane to apply the label to the issue: **Dev**, **Status::Open**, and **Priority::High**.

1. In the left pane, click **Plan > Work items** to see both issues with their labels.
1. In the left pane, click **Plan > Issues** to see both issues with their labels.

1. Create a third issue by clicking **New item** in the top right of the issue list page.
1. Create a third issue by clicking **New issue** in the top right of the issue list page.

1. In the **Title** section, type `Frontend services`.

@@ -123,7 +123,7 @@ Issues are a core building block in GitLab that enable collaboration, discussion

1. Apply the following labels to the **Frontend services** by clicking on the label, then click away from the metadata pane to apply the label to the issue: **Dev**, **Status::WIP**, and **Priority::High**.

1. In the left pane, click **Plan > Work items** to see all 3 issues with their labels.
1. In the left pane, click **Plan > Issues** to see all 3 issues with their labels.

## Lab Guide Complete

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ Approval rules define how many approvals a merge request must receive before it

## Task B. Create a merge request

1. In your **Family Budget Calculator** project, click **Work items** in the left pane.
1. In your **Family Budget Calculator** project, click **Issues** in the left pane.

1. Click into your **Third-party financial services integration** issue.