Commit f0bdd2f3 authored by Simon Knox's avatar Simon Knox

Merge branch...

Merge branch '331613-allow-assigning-to-the-members-of-descendant-groups-when-creating-assignee-list-on-group' into 'master'

Added ability to create assignee list of descendants

See merge request gitlab-org/gitlab!66016
parents 16c059bb 8aee0745
......@@ -3,7 +3,7 @@
query GroupBoardMembers($fullPath: ID!, $search: String) {
workspace: group(fullPath: $fullPath) {
__typename
assignees: groupMembers(search: $search) {
assignees: groupMembers(search: $search, relations: [DIRECT, DESCENDANTS, INHERITED]) {
__typename
nodes {
id
......
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