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
project_id: z.coerce.string().describe("Project ID or URL-encoded path"),
927
+
project_id: z.coerce.string().optional().describe("Project ID or URL-encoded path (optional - if not provided, lists issues across all accessible projects)"),
928
928
assignee_id: z.coerce.string().optional().describe("Return issues assigned to the given user ID. user id or none or any"),
929
929
assignee_username: z.array(z.string()).optional().describe("Return issues assigned to the given username"),
930
930
author_id: z.coerce.string().optional().describe("Return issues created by the given user ID"),
0 commit comments