2.0.0
-
Added support for the Add Attachments procedure to upload files to Jira issues.
-
Migrated to Atlassian’s new Jira Search APIs with explicit field selection and nextPageToken pagination.
-
Added robust fallback to legacy APIs for compatibility and improved search-after-write consistency with reconcileIssues.
-
Refactored reporting logic to support both Jira Cloud (enhanced API) and Jira Server/Data Center (legacy API), with auto-detection and seamless switching.
-
Improved batching and pagination for search and reporting, using actual batch size for iteration and avoiding reliance on deprecated fields.
-
Enhanced utility procedures (CreateIssues, UpdateIssues, GetIssues) for compatibility with both API types and improved error handling.