Skip to content

Add `due_date` param to Issues REST API

Mario de la Ossa requested to merge 233420-add_due_date_to_issues_rest_api into master

What does this MR do?

Adds a due_date param that already exists in our IssuesFinder and accepts values such as 0, overdue, week, month, and next_month_and_previous_two_weeks. Returns issues whose due_date fit these descriptions.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Refs #233420 (closed)

Edited by Mario de la Ossa

Merge request reports