Created
August 6, 2021 16:06
-
-
Save abitrolly/948e1880e8cfb97e777b0ed4fe558c01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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