You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assignee_ids: z.array(z.number()).optional().describe("Array of user IDs to assign"),
1014
1015
labels: z.array(z.string()).optional().describe("Array of label names"),
1015
1016
milestone_id: z.coerce.string().optional().describe("Milestone ID to assign"),
1017
+
issue_type: z.enum(["issue","incident","test_case","task"]).describe("the type of issue. One of issue, incident, test_case or task.").nullish().default("issue"),
0 commit comments