Skip to content
Snippets Groups Projects

Search issues in graphQl by milestone and assignees

Merged Jarka Košanová requested to merge 197227-milestone-tab-async into master
All threads resolved!
Files
5
@@ -15,6 +15,15 @@ class IssuesResolver < BaseResolver
argument :label_name, GraphQL::STRING_TYPE.to_list_type,
required: false,
description: 'Labels applied to this issue'
argument :milestone_title, GraphQL::STRING_TYPE.to_list_type,
required: false,
description: 'Milestones applied to this issue'
argument :assignee_username, GraphQL::STRING_TYPE,
required: false,
description: 'Username of a user assigned to the issues'
argument :assignee_id, GraphQL::STRING_TYPE,
required: false,
description: 'ID of a user assigned to the issues, "none" and "any" values supported'
argument :created_before, Types::TimeType,
required: false,
description: 'Issues created before this date'
Loading