ChangeIssueTemplatedFieldInput
Input for the changeIssueTemplatedField mutations
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 templated field to update
ChangeIssueTemplatedFieldInput.value ● JSON scalar
The new value of the templated field
Member of
changeIssueTemplatedField  mutation