{"record":{"id":"f924dd035420ce28","repo":"paperclipai/paperclip","slug":"interrupt-is-only-supported-when-posting-a-comment","errorCode":null,"errorMessage":"Interrupt is only supported when posting a comment","messagePattern":"Interrupt is only supported when posting a comment","errorType":"http","errorClass":null,"httpStatus":400,"severity":"error","filePath":"server/src/routes/issues.ts","lineNumber":9893,"sourceCode":"          assigneeAgentId: childBody.assigneeAgentId ?? null,\n          assigneeUserId: childBody.assigneeUserId ?? null,\n        });\n      }\n      await assertIssueEnvironmentSelection(sourceIssue.companyId, childBody.executionWorkspaceSettings?.environmentId);\n    }\n\n    const actor = getActorInfo(req);\n    const normalizedChildren = [];\n    for (const child of requestedChildren) {\n      const executionPolicy = applyActorMonitorScheduledBy(\n        normalizeIssueExecutionPolicy(child.executionPolicy),\n        actor.actorType,\n      );\n      await assertCanManageIssueMonitor(access, req, sourceIssue.companyId, child.assigneeAgentId ?? null, Boolean(executionPolicy?.monitor));\n      const childIssueId = randomUUID();\n      const sourceTrust = await sourceTrustForActorWrite({\n        id: childIssueId,\n        companyId: sourceIssue.companyId,\n        projectId: child.projectId ?? sourceIssue.projectId ?? null,\n        executionPolicy,\n      }, actor);\n      normalizedChildren.push({\n        ...child,\n        id: childIssueId,\n        executionPolicy,\n        ...(sourceTrust ? { sourceTrust } : {}),\n        createdByAgentId: actor.agentId,\n        createdByUserId: actor.actorType === \"user\" ? actor.actorId : null,\n        actorRunId: actor.runId,\n        actorResponsibleUserId: authenticatedActorResponsibleUserId(req),\n        trustExplicitResponsibleUserId: actor.actorType === \"user\",\n        actorAgentId: actor.agentId,\n        actorUserId: actor.actorType === \"user\" ? actor.actorId : null,\n      });\n    }\n    const serializationContext = await resolveWatchdogFollowUpSerializationContext(req, sourceIssue);","sourceCodeStart":9875,"sourceCodeEnd":9911,"githubUrl":"https://github.com/paperclipai/paperclip/blob/01ad8584922b5d85292b1723cae71fa0d9b07a19/server/src/routes/issues.ts#L9875-L9911","documentation":"400 validation on issue comment/update payload. Fires when interruptRequested is set but the request carries no comment body; interrupts are expressed only as comments on the issue thread, never as standalone field updates.","triggerScenarios":"Thrown at server/src/routes/issues.ts:9212 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["This is an authorization rule, not a bug: perform the action with an actor that satisfies the stated constraint (board user, the owning agent, or an in-scope resource).","If access should be allowed, verify the actor's credentials/company scope and the resource's ownership before retrying."],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"01ad8584922b5d85292b1723cae71fa0d9b07a19","analyzedAt":"2026-08-18T22:49:45.177Z","contentChangedAt":"2026-08-18T22:49:45.177Z","schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}