Jira (PDK) plugin release notes

1 minute readExtensibilityDeveloper productivity
On this page

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.

1.0.1

  • Added retry logic for createIssue procedure to handle read-after-write consistency.

  • Fixed an authentication issue with procedures when utilising a Jira cloud instance.

1.0.0

  • First release.

    The Jira v1.0.0 plugin requires CloudBees CD/RO agents with version 10.11 and later.