diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-18 03:08:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-18 03:08:23 +0000 |
commit | 47e35934185ed4292b1b7ef365a3156cc3e0293f (patch) | |
tree | 3880aa972283ab7d88448b2b51af29e88b2c9da4 /doc/user/group/epics | |
parent | a1565a8243dd2cce29d0489d5ed40f9291d828d4 (diff) | |
download | gitlab-ce-47e35934185ed4292b1b7ef365a3156cc3e0293f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/group/epics')
-rw-r--r-- | doc/user/group/epics/index.md | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/doc/user/group/epics/index.md b/doc/user/group/epics/index.md index 8a04871db1f..d8cb49d0e9f 100644 --- a/doc/user/group/epics/index.md +++ b/doc/user/group/epics/index.md @@ -47,8 +47,12 @@ An epic's page contains the following tabs: ## Adding an issue to an epic -Any issue that belongs to a project in the epic's group, or any of the epic's -subgroups, are eligible to be added. New issues appear at the top of the list of issues in the **Epics and Issues** tab. +You can add an existing issue to an epic, or, from an epic's page, create a new issue that is automatically added to the epic. + +### Adding an existing issue to an epic + +Existing issues that belong to a project in an epic's group, or any of the epic's +subgroups, are eligible to be added to the epic. Newly added issues appear at the top of the list of issues in the **Epics and Issues** tab. An epic contains a list of issues and an issue can be associated with at most one epic. When you add an issue that is already linked to an epic, @@ -64,6 +68,19 @@ To add an issue to an epic: If there are multiple issues to be added, press <kbd>Spacebar</kbd> and repeat this step. 1. Click **Add**. +### Creating an issue from an epic + +> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/5419) in GitLab 12.7. + +Creating an issue from an epic enables you to maintain focus on the broader context of the epic while dividing work into smaller parts. + +To create an issue from an epic: + +1. On the epic's page, under **Epics and Issues**, click the arrow next to **Add an issue** and select **Create new issue**. +1. Under **Title**, enter the title for the new issue. +1. From the **Project** dropdown, select the project in which the issue should be created. +1. Click **Create issue**. + To remove an issue from an epic: 1. Click on the <kbd>x</kbd> button in the epic's issue list. |