Skip to content

updateIssueBoardItem

Updates the specified Issue Board Item, Requires MANAGE_ISSUES on the parent Trackable.

graphql
updateIssueBoardItem(
  input: UpdateIssueBoardItemInput!
): UpdateIssueBoardItemPayload!

Arguments

updateIssueBoardItem.input ● UpdateIssueBoardItemInput! non-null input

Defines which Issue Board Item to update and how to update it

Type

UpdateIssueBoardItemPayload object

Released under the MIT License.