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
44389a14
Commit
44389a14
authored
Jun 13, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'assignee-lists-docs' into 'master'
Assignee lists docs See merge request gitlab-org/gitlab-ee!6099
parents
1439b7cb
4ce6c1d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
3 deletions
+23
-3
doc/user/project/img/assignee_lists.png
doc/user/project/img/assignee_lists.png
+0
-0
doc/user/project/issue_board.md
doc/user/project/issue_board.md
+23
-3
No files found.
doc/user/project/img/assignee_lists.png
0 → 100644
View file @
44389a14
265 KB
doc/user/project/issue_board.md
View file @
44389a14
...
...
@@ -40,9 +40,6 @@ organized from a broader perspective with one Issue Board per project,
but also allow your team members to organize their own workflow by creating
multiple Issue Boards within the same project.
[GitLab Premium] adds even more powerful ways to work with Issue Boards by
allowing you to have assignee lists as well as label lists.
## Use cases
You can see below a few different use cases for GitLab's Issue Boards.
...
...
@@ -345,6 +342,29 @@ navigation level. A group-level issue board allows you to view all issues from a
boards. When updating milestones and labels for an issue through the sidebar update mechanism, again only
group-level objects are available.
## Assignee Lists **[PREMIUM]**
> Introduced in GitLab 11.0 Premium
An assignee list shows all issues for the given assignee. You add an assignee list using the same button as adding
a label list. There's an additional tab to select assignee list, where you specify a user to be the assignee. You remove an assignee
list the same way as a label list, by clicking the Trash icon.
You can have a board with both label lists and assignee lists.
![
Assignee lists
](
img/assignee_lists.png
)
## Dragging Issues Between Lists
When dragging issues between lists, different behavior occurs depending on the source list and the target list.
| | To Backlog | To Closed | To label
`B`
list | To assignee
`Bob`
list |
| --- | --- | --- | --- | --- |
| From Backlog | - | Issue closed |
`B`
added |
`Bob`
assigned |
| From Closed | Issue reopened | - | Issue reopened
<br/>
`B`
added | Issue reopened
<br/>
`Bob`
assigned |
| From label
`A`
list |
`A`
removed | Issue closed |
`A`
removed
<br/>
`B`
added |
`Bob`
assigned |
| From assignee
`Alice`
list |
`Alice`
unassigned | Issue closed |
`B`
added |
`Alice`
unassigned
<br/>
`Bob`
assigned |
## Features per tier
Different issue board features are available in different
[
GitLab tiers
](
https://about.gitlab.com/pricing/
)
, as shown in the following table:
...
...
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