Skip to content

Create a GraphQL equivalent query for TasksByTypeController.top_labels

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

In order to convert VSA to use GraphQL instead of REST, we need to be able to fetch the data for the Tasks by type chart using GraphQL.

We will need a way to query the top_labels data currently supported in the REST API. The new query should support the existing parameters:

  • project_ids
  • created_after
  • created_before
  • author_username
  • milestone_title
  • assignee_username
  • subject

Related thread: #519634 (comment 2649547763)

Edited by 🤖 GitLab Bot 🤖