Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2a4d5db2
Commit
2a4d5db2
authored
Dec 16, 2021
by
Marcin Sedlak-Jakubowski
Committed by
David O'Regan
Dec 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CTRT edits to managing issues
parent
cb075f8f
Changes
12
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
211 additions
and
141 deletions
+211
-141
app/views/projects/default_branch/_show.html.haml
app/views/projects/default_branch/_show.html.haml
+1
-1
doc/user/group/epics/manage_epics.md
doc/user/group/epics/manage_epics.md
+1
-1
doc/user/permissions.md
doc/user/permissions.md
+1
-0
doc/user/project/issues/csv_import.md
doc/user/project/issues/csv_import.md
+1
-1
doc/user/project/issues/img/button_close_issue_v13_6.png
doc/user/project/issues/img/button_close_issue_v13_6.png
+0
-0
doc/user/project/issues/img/disable_issue_auto_close.png
doc/user/project/issues/img/disable_issue_auto_close.png
+0
-0
doc/user/project/issues/img/issue_type_change_v13_12.png
doc/user/project/issues/img/issue_type_change_v13_12.png
+0
-0
doc/user/project/issues/img/merge_request_closes_issue_v13_11.png
.../project/issues/img/merge_request_closes_issue_v13_11.png
+0
-0
doc/user/project/issues/img/sidebar_move_issue.png
doc/user/project/issues/img/sidebar_move_issue.png
+0
-0
doc/user/project/issues/img/similar_issues.png
doc/user/project/issues/img/similar_issues.png
+0
-0
doc/user/project/issues/index.md
doc/user/project/issues/index.md
+2
-2
doc/user/project/issues/managing_issues.md
doc/user/project/issues/managing_issues.md
+205
-136
No files found.
app/views/projects/default_branch/_show.html.haml
View file @
2a4d5db2
...
...
@@ -26,6 +26,6 @@
%strong
=
_
(
"Auto-close referenced issues on default branch"
)
.form-text.text-muted
=
_
(
"When merge requests and commits in the default branch close, any issues they reference also close."
)
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'user/project/issues/managing_issues.md'
,
anchor:
'
disabling-automatic-issue-closing
'
),
target:
'_blank'
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'user/project/issues/managing_issues.md'
,
anchor:
'
closing-issues-automatically
'
),
target:
'_blank'
=
f
.
submit
_
(
'Save changes'
),
class:
"gl-button btn btn-confirm"
,
data:
{
qa_selector:
'save_changes_button'
}
doc/user/group/epics/manage_epics.md
View file @
2a4d5db2
...
...
@@ -332,7 +332,7 @@ Only issues from projects that are in groups can be promoted. When you attempt t
issue, a warning is displayed. Promoting a confidential issue to an epic makes all information
related to the issue public as epics are public to group members.
When
the quick action is executed
:
When
an issue is promoted to an epic
:
-
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.
...
...
doc/user/permissions.md
View file @
2a4d5db2
...
...
@@ -103,6 +103,7 @@ The following table lists project permissions available for each role:
|
[
Issues
](
project/issues/index.md
)
:
<br>
View related issues | ✓ | ✓ | ✓ | ✓ | ✓ |
|
[
Issues
](
project/issues/index.md
)
:
<br>
Set weight | ✓ (
*16*
) | ✓ | ✓ | ✓ | ✓ |
|
[
Issues
](
project/issues/index.md
)
:
<br>
View
[
confidential issues
](
project/issues/confidential_issues.md
)
| (
*2*
) | ✓ | ✓ | ✓ | ✓ |
|
[
Issues
](
project/issues/index.md
)
:
<br>
Close / reopen | | ✓ | ✓ | ✓ | ✓ |
|
[
Issues
](
project/issues/index.md
)
:
<br>
Lock threads | | ✓ | ✓ | ✓ | ✓ |
|
[
Issues
](
project/issues/index.md
)
:
<br>
Manage related issues | | ✓ | ✓ | ✓ | ✓ |
|
[
Issues
](
project/issues/index.md
)
:
<br>
Manage tracker | | ✓ | ✓ | ✓ | ✓ |
...
...
doc/user/project/issues/csv_import.md
View file @
2a4d5db2
...
...
@@ -10,7 +10,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Issues can be imported to a project by uploading a CSV file with the columns
`title`
and
`description`
. Other columns are
**not**
imported. If you want to
retain columns such as labels and milestones, consider the
[
Move Issue feature
](
managing_issues.md#mov
ing-issues
)
.
retain columns such as labels and milestones, consider the
[
Move Issue feature
](
managing_issues.md#mov
e-an-issue
)
.
The user uploading the CSV file is set as the author of the imported issues.
...
...
doc/user/project/issues/img/button_close_issue_v13_6.png
deleted
100644 → 0
View file @
cb075f8f
22.5 KB
doc/user/project/issues/img/disable_issue_auto_close.png
deleted
100644 → 0
View file @
cb075f8f
14.8 KB
doc/user/project/issues/img/issue_type_change_v13_12.png
deleted
100644 → 0
View file @
cb075f8f
16.5 KB
doc/user/project/issues/img/merge_request_closes_issue_v13_11.png
deleted
100644 → 0
View file @
cb075f8f
15.1 KB
doc/user/project/issues/img/sidebar_move_issue.png
deleted
100644 → 0
View file @
cb075f8f
48.8 KB
doc/user/project/issues/img/similar_issues.png
deleted
100644 → 0
View file @
cb075f8f
24.8 KB
doc/user/project/issues/index.md
View file @
2a4d5db2
...
...
@@ -32,8 +32,8 @@ To learn how the GitLab Strategic Marketing department uses GitLab issues with [
-
[
Create issues
](
managing_issues.md#create-an-issue
)
-
[
Create an issue from a template
](
../../project/description_templates.md#use-the-templates
)
-
[
Edit issues
](
managing_issues.md#edit-an-issue
)
-
[
Move issues
](
managing_issues.md#mov
ing-issues
)
-
[
Close issues
](
managing_issues.md#clos
ing-issues
)
-
[
Move issues
](
managing_issues.md#mov
e-an-issue
)
-
[
Close issues
](
managing_issues.md#clos
e-an-issue
)
-
[
Delete issues
](
managing_issues.md#delete-an-issue
)
-
[
Promote issues
](
managing_issues.md#promote-an-issue-to-an-epic
)
-
[
Set a due date
](
due_dates.md
)
...
...
doc/user/project/issues/managing_issues.md
View file @
2a4d5db2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment