Merge pull request 'fix(appraiser-facts): valid Paperclip priority enum (normal→medium)' (#37) from fix/appraiser-facts-priority-enum into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m18s
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m18s
This commit was merged in pull request #37.
This commit is contained in:
@@ -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