fix(appraiser-facts): valid Paperclip priority enum (normal→medium) #37
@@ -1083,7 +1083,10 @@ async def wake_analyst_for_appraiser_facts(
|
||||
"title": f"[ערר {case_number}] חילוץ עובדות שמאיות",
|
||||
"description": description,
|
||||
"status": "in_progress",
|
||||
"priority": "normal",
|
||||
# Paperclip ISSUE_PRIORITIES = critical|high|medium|low — "normal"
|
||||
# is NOT a valid enum value and the createChildIssueSchema (Zod)
|
||||
# rejects it with 400, which surfaces to the chair as a 500.
|
||||
"priority": "medium",
|
||||
"assigneeAgentId": analyst_id,
|
||||
},
|
||||
raise_on_error=True,
|
||||
|
||||
Reference in New Issue
Block a user