Allow filtering of issues by release in GraphQL
Summary
It's possible to filter issues by various attributes; such as epicId
, milestoneTitle
and assigneeUsername
(among others). In order to fully support issue lists in Vue we need to support this behavior in the GraphQL API, including by None
and Any
.
Acceptance criteria
- User can filter by Release
- User can do
None
andAny
filtering with Release - User can do negated filtering with Release
Edited by Coung Ngo