ITADN
MeltanoLabs/tap-jira

版本发布 2

v0.4.0
? · 2026-03-10

## :warning: BREAKING CHANGES :warning: - Streams were renamed to remove the `_searches` suffix, if applicable - `filter_searches` -> `filters` - `statuses_searches` -> `searches` - `workflow_searches` -> `workflows` - Update `workflows` stream schema, in reference to new [non-deprecated API endpoint](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows/#api-rest-api-3-workflows-search-get) - Update `custom_field_options` stream schema, in reference to new [API endpoint](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-get) used to get all options by context ## What's Changed * chore: pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/MeltanoLabs/tap-jira/pull/312 * refactor: Rename `_searches`-suffixed streams by @ReubenFrankel in https://github.com/MeltanoLabs/tap-jira/pull/313 * fix: Sync custom field options via custom field contexts by @ReubenFrankel in https://github.com/MeltanoLabs/tap-jira/pull/314 **Full Changelog**: https://github.com/MeltanoLabs/tap-jira/compare/v0.3.0...v0.4.0

Release v0.2.0v0.2.0
? · 2026-02-15

- added support for Atlassian cloud endpoints