Skip to content

Instantly share code, notes, and snippets.

@abitrolly
Created August 6, 2021 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abitrolly/948e1880e8cfb97e777b0ed4fe558c01 to your computer and use it in GitHub Desktop.
Save abitrolly/948e1880e8cfb97e777b0ed4fe558c01 to your computer and use it in GitHub Desktop.
{
project(fullPath: "gitlab-org/gitlab") {
name
issues {
nodes {
iid
timelogs {
nodes {
spentAt
timeSpent
user {
username
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment