Skip to content

updateIssueBoard

Updates the specified Issue Board, Requires MANAGE_ISSUE_BOARDS on the provided trackable.

graphql
updateIssueBoard(
  input: UpdateIssueBoardInput!
): UpdateIssueBoardPayload!

Arguments

updateIssueBoard.input ● UpdateIssueBoardInput! non-null input

Defines which Issue Board to update and how to update it

Type

UpdateIssueBoardPayload object

Released under the MIT License.