Skip to content

changeIssueTemplatedField ​

Changes the value of a templated field on an Issue, requires MANAGE_ISSUES on any of the Trackables the Issue is on. Additionally, the field with the name must be defined by the template of the Issue, and the provided new value must be compatible. If the new value is equal to the current value of the templated field, no event is created.

graphql
changeIssueTemplatedField(
  input: ChangeIssueTemplatedFieldInput!
): ChangeIssueTemplatedFieldPayload!

Arguments ​

changeIssueTemplatedField.input ● ChangeIssueTemplatedFieldInput! non-null input ​

Defines the Issue, the templated field and its new value

Type ​

ChangeIssueTemplatedFieldPayload object ​

Released under the MIT License.