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
feat: update custom fields handling to support numeric arrays and filters
- Refactor customFieldsToPayload to handle numeric arrays and optional values.
- Introduce customFieldFiltersToPayload for handling various filter types (text, numeric, date, list).
- Update tests to cover new functionality for custom fields and filters.
- Modify addIssue, countIssues, getIssues, and updateIssue tools to utilize new filter schema.
- Enhance validation for custom field filters with Zod schema.
- Update package dependencies and scripts for improved development experience.
.describe("The ID(s) of the custom field item. For single-select fields, provide a number. For multi-select fields, provide an array of numbers representing the selected item IDs."),
0 commit comments