Update changelog for Autotask resolution fix

Added entry documenting the fix for handling tickets with unset classification
fields (issueType, subIssueType, source).

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Ivo Oskamp 2026-02-05 16:04:40 +01:00
parent 0c9cf21d5d
commit 6abf8e1ba6

View File

@ -4,6 +4,11 @@ This file documents all changes made to this project via Claude Code.
## [2026-02-05]
### Fixed
- Autotask ticket resolution update now correctly handles tickets where `issueType`, `subIssueType`,
or `source` fields are not set (value 0 or null). These picklist fields now default to 0 when
null/missing in GET response. Only `id` and `status` are truly required with real values.
### Added
- Restored Autotask PSA integration from branch `v20260203-13-autotask-resolution-item-wrapper`:
- `integrations/autotask/client.py` - Autotask REST API client with full support for: