Skip to content

Add due_date and multiple assignees to issues page refactor

Coung Ngo requested to merge 322755-add-due_date-to-issues-refactor into master

What does this MR do?

This MR adds the following to the issues page refactor (#322755 (closed)), behind the vue_issues_list feature flag defaulted to off.

  • Multiple assignees can be selected in the filtered search bar
  • due_date can be passed as a URL parameter
  • assignee_username can be passed as a URL parameter, in addition to assignee_username[]
  • The assignee_id parameter can accept an integer

Screenshots (strongly suggested)

Screen_Recording_2021-05-13_at_7.39.13_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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

Related to #322755 (closed)

Edited by Coung Ngo

Merge request reports