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!

What does this MR do?

It adds support to graphQL API for filtering issues by milestones (milestone_title) and assignees (asisgne_username, assignee_id)

GraohQL query example

project(fullPath: "flightjs/flight") {
  name
  issues(state: opened, milestoneTitle: "Sprint", assigneeId: "none") {
    edges {
      node {
        iid
        title
      }
    }
  }
}

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

This is backend part of #197227 (closed)

Edited by Felipe Cardozo

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Andy Schoenen assigned to @jarka and unassigned @Andysoiron

    assigned to @jarka and unassigned @Andysoiron

  • Jarka Košanová changed the description

    changed the description

  • Jarka Košanová added 396 commits

    added 396 commits

    Compare with previous version

  • Jarka Košanová assigned to @Andysoiron and unassigned @jarka

    assigned to @Andysoiron and unassigned @jarka

  • Andy Schoenen approved this merge request

    approved this merge request

  • Thanks @jarka!

    Can you do the maintainer review @mkozono?

  • Andy Schoenen assigned to @mkozono and unassigned @Andysoiron

    assigned to @mkozono and unassigned @Andysoiron

  • Michael Kozono added 1 commit

    added 1 commit

    • 3ee58f83 - Apply suggestion to app/graphql/resolvers/issues_resolver.rb

    Compare with previous version

  • Michael Kozono added 1 commit

    added 1 commit

    • 94dfcdb6 - Apply suggestion to changelogs/unreleased/197227-milestone-tab-async.yml

    Compare with previous version

  • Michael Kozono approved this merge request

    approved this merge request

  • @jarka Thank you, LGTM! :thumbsup: :rocket:

    I just had a couple tiny nitpicks so I took the liberty of applying them only to avoid a cycle (so please LMK if I did anything wrong).

  • Michael Kozono added 1 commit

    added 1 commit

    • 61723e89 - Regenerate GraphQL schema files

    Compare with previous version

  • Michael Kozono resolved all threads

    resolved all threads

  • Michael Kozono enabled an automatic merge when the pipeline for 61723e89 succeeds

    enabled an automatic merge when the pipeline for 61723e89 succeeds

  • Michael Kozono mentioned in commit 96df25d8

    mentioned in commit 96df25d8

  • added workflowstaging label and removed workflowin dev label

  • added workflowcanary label and removed workflowstaging label

  • added workflowproduction label and removed workflowcanary label

  • Felipe Cardozo changed title from Seach issues in graphQl by milestone and assignees to Search issues in graphQl by milestone and assignees

    changed title from Seach issues in graphQl by milestone and assignees to Search issues in graphQl by milestone and assignees

  • mentioned in issue #39453 (closed)

  • mentioned in issue #197227 (closed)

  • Please register or sign in to reply
    Loading