Mutations
UpdateIssueAttributes
MUTATION
UpdateIssueAttributes(input: [UpdateIssueAttributeInput]!): UpdateIssueAttributesArguments
input
required
Returns
issueAttributes
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
UpdateIssueAttributes(input: [UpdateIssueAttributeInput]!): UpdateIssueAttributesmutation UpdateIssueAttributes($input: [UpdateIssueAttributeInput]!) {
UpdateIssueAttributes(input: $input) {
issueAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"issueId": 1,
"key": "string"
}
]
}{
"data": {
"UpdateIssueAttributes": {
"issueAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Was this page helpful?
mutation UpdateIssueAttributes($input: [UpdateIssueAttributeInput]!) {
UpdateIssueAttributes(input: $input) {
issueAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"issueId": 1,
"key": "string"
}
]
}{
"data": {
"UpdateIssueAttributes": {
"issueAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Suggestions