Skip to content

Commit c2a9acb

Browse files
add createdAt (#43)
1 parent 3e1f9fa commit c2a9acb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/graphql/zenhub/fragments/IssueFragment.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fragment IssueFragment on Issue {
2525
}
2626
}
2727
htmlUrl
28+
createdAt
2829
closedAt
2930
pipelineIssues {
3031
nodes {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.0
1+
9.2.0

0 commit comments

Comments
 (0)