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