Client icon indicating copy to clipboard operation
Client copied to clipboard

Add ProjectBoard and ProjectBoardList API

Open pkolmann opened this issue 3 years ago • 0 comments

Added missing API calls regarding project boards:

  • addBoard: https://docs.gitlab.com/ee/api/boards.html#create-an-issue-board
  • updateBoard: https://docs.gitlab.com/ee/api/boards.html#update-an-issue-board
  • removeBoard: https://docs.gitlab.com/ee/api/boards.html#delete-an-issue-board

Also add API calls for board lists:

  • boardLists: https://docs.gitlab.com/ee/api/boards.html#list-board-lists-in-a-project-issue-board
  • addBoardList: https://docs.gitlab.com/ee/api/boards.html#create-a-board-list
  • reorderBoardList: https://docs.gitlab.com/ee/api/boards.html#reorder-a-list-in-a-board
  • removeBoardList: https://docs.gitlab.com/ee/api/boards.html#delete-a-board-list-from-a-board

pkolmann avatar Jun 03 '22 09:06 pkolmann