Skip to content

Mutation to set board epic user preferences

Jan Provaznik requested to merge swimlanes_collapse_mutation into master

What does this MR do?

Sample query:

mutation {
  updateBoardEpicUserPreferences(input: {boardId: "gid://gitlab/Board/6", epicId:  "gid://gitlab/Epic/1", collapsed: true}) {
    errors
    epicUserPreferences {
      collapsed
    }
  } 
}

Related to #225667 (closed)

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

Loading