When you create a new issue, you are prompted to fill in the [data and fields of the issue](issue_data_and_actions.md),
When you create a new issue, you are prompted to enter the fields of the issue.
as illustrated below. If you know the values you want to assign to an issue, you can use the
If you know the values you want to assign to an issue, you can use
[Quick actions](../quick_actions.md) feature to input values.
[quick actions](../quick_actions.md) to enter them.
While creating an issue, you can associate it to an existing epic from current group by
While creating an issue, you can associate it to an existing epic from current group by
selecting it using **Epic** dropdown.
selecting it using **Epic** dropdown.
...
@@ -142,7 +142,13 @@ Follow these examples to form your new issue URL with prefilled fields.
...
@@ -142,7 +142,13 @@ Follow these examples to form your new issue URL with prefilled fields.
- For a new issue in the GitLab Community Edition project with a pre-filled title,
- For a new issue in the GitLab Community Edition project with a pre-filled title,
a pre-filled description, and the confidential flag set, the URL would be `https://gitlab.com/gitlab-org/gitlab-foss/-/issues/new?issue[title]=Validate%20new%20concept&issue[description]=Research%20idea&issue[confidential]=true`
a pre-filled description, and the confidential flag set, the URL would be `https://gitlab.com/gitlab-org/gitlab-foss/-/issues/new?issue[title]=Validate%20new%20concept&issue[description]=Research%20idea&issue[confidential]=true`
## Bulk edit issues at the project level
## Edit an issue
You can edit an issue's title and description.
To edit an issue, select **Edit title and description** (**{pencil}**).
### Bulk edit issues at the project level
> - Assigning epic ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/210470) in GitLab 13.2.
> - Assigning epic ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/210470) in GitLab 13.2.
> - Editing health status [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/218395) in GitLab 13.2.
> - Editing health status [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/218395) in GitLab 13.2.
...
@@ -169,7 +175,7 @@ To update multiple project issues at the same time:
...
@@ -169,7 +175,7 @@ To update multiple project issues at the same time:
1. Select the appropriate fields and their values from the sidebar.
1. Select the appropriate fields and their values from the sidebar.
1. Click **Update all**.
1. Click **Update all**.
## Bulk edit issues at the group level
### Bulk edit issues at the group level
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7249) in GitLab 12.1.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/7249) in GitLab 12.1.
> - Assigning epic ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/210470) in GitLab 13.2.
> - Assigning epic ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/210470) in GitLab 13.2.
...
@@ -232,15 +238,23 @@ end; nil
...
@@ -232,15 +238,23 @@ end; nil
## Closing issues
## Closing issues
When you decide that an issue is resolved, or no longer needed, you can close the issue
When you decide that an issue is resolved, or no longer needed, you can close the issue.