Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,763
    • Issues 44,763
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,330
    • Merge requests 1,330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #233420
Closed
Open
Issue created Aug 03, 2020 by Eulyeon Ko@eukoDeveloper

"due_date" parameter is missing in the issues API.

In the HAML version of the issues list, we can filter for the issues due in a time period. For example, we can enter https://gitlab.com/gitlab-org/gitlab/-/issues?due_date=week to retrieve the issues due in the current week.

The group issues API does not have due_date attribute: https://docs.gitlab.com/ee/api/issues.html#list-group-issues. So we cannot currently filter by the due dates using the public API like this: http://127.0.0.1:3000/api/v4/groups/52/issues?due_date=week

This was discovered while updating an rspec to turn on the feature flag :vue_issuables_list !38423 (comment 389217200)

Edited Aug 07, 2020 by Mario de la Ossa
Assignee
Assign to
Time tracking