Commit 01f36d4e authored by Evan Read's avatar Evan Read

Correct version and edit text

parent d61fd5f0
...@@ -93,23 +93,24 @@ link in the issue sidebar. ...@@ -93,23 +93,24 @@ link in the issue sidebar.
## Promoting an issue to an epic ## Promoting an issue to an epic
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/7730) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.6. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/3777) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 11.6.
If you have [permissions](../../permissions.md) to close an issue and create an If you have [permissions](../../permissions.md) to close an issue and create an
epic in the parent group, you can promote an issue to an epic with the `/promote` epic in the parent group, you can promote an issue to an epic with the `/promote`
[quick action](../../project/quick_actions.md#quick-actions-for-epics-ultimate). [quick action](../../project/quick_actions.md#quick-actions-for-epics-ultimate).
Only issues from projects that are in groups can be promoted. Only issues from projects that are in groups can be promoted.
Once the quick action is applied, the epic will be created in the group the When the quick action is executed:
issue of the project belongs to (direct parent group). A notification of that
epic creation will be sent to the subscribers of the original issue. - An epic is created in the same group as the project of the issue.
- Subscribers of the issue are notified that the epic was created.
The following issue metadata will be copied to the epic: The following issue metadata will be copied to the epic:
- Title, description, activity/comment thread - Title, description, activity/comment thread.
- Upvotes/downvotes - Upvotes/downvotes.
- Participants - Participants.
- Group labels that the issue already has - Group labels that the issue already has.
## Searching for an epic from epics list page ## Searching for an epic from epics list page
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment