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
fix: improve field formatting for array-type custom fields
- Add proper handling for schema-based field formatting
- Fix array-type custom fields (multi-select, checkboxes) to use correct format
- Handle option fields with {"value": "..."} format instead of {"name": "..."}
- Add support for user field formatting based on schema type
- Convert comma-separated strings to proper array format for multi-value fields
- This should fix 'data was not an array' errors when creating issues with custom fields
Resolves issues with custom field validation in Jira API calls.
0 commit comments