Skip to content

changeIssueTitle ​

Changes the title of an Issue requires MANAGE_ISSUES on any of the Trackables the Issue is on. If the title is equal to the already existing title, no event is created.

graphql
changeIssueTitle(
  input: ChangeIssueTitleInput!
): ChangeIssueTitlePayload!

Arguments ​

changeIssueTitle.input ● ChangeIssueTitleInput! non-null input ​

Defines the Issue and new title

Type ​

ChangeIssueTitlePayload object ​

Released under the MIT License.