Skip to content

ChangeIssueTemplatedFieldInput ​

Input for the changeIssueTemplatedField mutations

graphql
input ChangeIssueTemplatedFieldInput {
  issue: ID!
  name: String!
  value: JSON
}

Fields ​

ChangeIssueTemplatedFieldInput.issue ● ID! non-null scalar ​

The id of the Issue of which to change a templated field

ChangeIssueTemplatedFieldInput.name ● String! non-null scalar ​

The name of the field

ChangeIssueTemplatedFieldInput.value ● JSON scalar ​

The new value of the field

Member Of ​

changeIssueTemplatedField mutation

Released under the MIT License.