chore: add more fields in get issue querey
This commit is contained in:
@@ -68,8 +68,26 @@ module LinearQueries
|
||||
title
|
||||
issue {
|
||||
id
|
||||
identifier
|
||||
title
|
||||
description
|
||||
priority
|
||||
createdAt
|
||||
state {
|
||||
name
|
||||
}
|
||||
state {
|
||||
name
|
||||
}
|
||||
assignee {
|
||||
name
|
||||
}
|
||||
labels {
|
||||
nodes{
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user