feat: Add issue status in linear issue search item (#9598)

This commit is contained in:
Muhsin Keloth
2024-08-08 13:44:08 +05:30
committed by GitHub
parent 74bbbd25b9
commit 40bd79f1ca
4 changed files with 22 additions and 0 deletions

View File

@@ -54,6 +54,10 @@ module Linear::Queries
title
description
identifier
state {
name
color
}
}
}
}