diff options
author | Russell Dickenson <rdickenson@gitlab.com> | 2019-07-18 23:55:17 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-18 23:55:17 +0000 |
commit | 3e864ecb83c830de794239cc47a8827301622116 (patch) | |
tree | 91516d1d58026404c58141685ecdebd69dca7706 /doc | |
parent | 7c53fbf58a1b3c6d1baaf3e3c9114e90f20db198 (diff) | |
download | gitlab-ce-3e864ecb83c830de794239cc47a8827301622116.tar.gz |
Added mention of Quick actions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/issues/managing_issues.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/project/issues/managing_issues.md b/doc/user/project/issues/managing_issues.md index 709588959c1..e9b4e591384 100644 --- a/doc/user/project/issues/managing_issues.md +++ b/doc/user/project/issues/managing_issues.md @@ -7,7 +7,9 @@ you can do with issues. ## Create a new Issue -When you create a new issue, you'll be prompted to fill in the [data and fields of the issue](issue_data_and_actions.md#parts-of-an-issue), as illustrated below. +When you create a new issue, you'll be prompted to fill in the [data and fields of the issue](issue_data_and_actions.md#parts-of-an-issue), as illustrated below. If you know +the values you want to assign to an issue, you can use the [Quick actions](../quick_actions.md) +feature to input values, instead of selecting them from lists. ![New issue from the issues list](img/new_issue.png) |