Commit 2c6f3750 authored by Simon Knox's avatar Simon Knox

Include parent milestones in board list items

parent 46d26300
query GroupBoardMilestones($fullPath: ID!, $searchTerm: String) {
group(fullPath: $fullPath) {
# TODO: add includeAncestors: https://gitlab.com/gitlab-org/gitlab/-/issues/323433
milestones(searchTitle: $searchTerm) {
milestones(includeAncestors: true, searchTitle: $searchTerm) {
nodes {
id
title
......
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