Mutations
deleteFurtherActionIssue
Deletes the link between a further action and an issue.
MUTATION
deleteFurtherActionIssue(input: DeleteFurtherActionIssueInput!): DeleteFurtherActionIssueArguments
input
required
Returns
furtherActionIssue
Mutation
mutation DeleteFurtherActionIssue($input: DeleteFurtherActionIssueInput!) {
deleteFurtherActionIssue(input: $input) {
furtherActionIssue {
LastSessionId
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
createdById
}
}
}Variables
{
"input": {
"furtherActionId": 1,
"issueId": 1
}
}Response
{
"data": {
"deleteFurtherActionIssue": {
"furtherActionIssue": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
},
"createdById": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation DeleteFurtherActionIssue($input: DeleteFurtherActionIssueInput!) {
deleteFurtherActionIssue(input: $input) {
furtherActionIssue {
LastSessionId
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
createdById
}
}
}Variables
{
"input": {
"furtherActionId": 1,
"issueId": 1
}
}Response
{
"data": {
"deleteFurtherActionIssue": {
"furtherActionIssue": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
},
"createdById": 1
}
}
}
}