Required scope: problem:create
Creates a portfolio-linked problem with optional assignees, labels, and manual
tasks. Assignee IDs are account IDs returned by ListMembers. Template and
workflow configuration are intentionally not exposed.
Generated Reference
POST /public-api/publicapi.v1.Problem/CreateProblem
Creates a portfolio-linked problem. This operation is not idempotent.
Request CreateProblemRequest
Response CreateProblemResponse
CreateProblemRequest Field Type Description portfolio_id string title string description string severity int32 assignee_ids repeated string Account IDs returned by ListMembers. tasks repeated CreateProblemTaskInput labels repeated ProblemLabel
CreateProblemResponse Field Type problem Problem
"portfolioId" : " <portfolio-id> " ,
"title" : " Inspection follow-up " ,
"description" : " Check the inverter installation " ,
"assigneeIds" : [ " <account-id> " ],
"tasks" : [{ "body" : " Schedule a site visit " }]
This operation is not idempotent. Do not blindly retry after a timeout.