Skip to content

Fetch epics swimlanes action

What does this MR do?

Requires :boards_with_swimlanes feature flag on.

This is part of Swimlanes feature.

  • When switching to Group by: Epics on boards, a VueX action gets called
  • The action performs a GraphQL query: For now it's a normal Boards Lists query which will be replaced by Swimlanes query in a future iteration
  • On switch to swimlanes, Boards are hidden and a blank block displays. This is the placeholder for Swimlanes component.

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

Merge request reports