📘Release History


V1.7

Created: 2024-04-27

  • Upgraded to new plugin runtime version which contains a fix for criteria deletes


V1.6

Created: 2024-04-26

  • Changed the way that issues are initially fetched, to better leverage Jira's caching services


V1.5

Created: 2024-04-22

  • JQL_QUERY function now returns issue fields at the root of the record


V1.4

Created: 2024-04-22

  • Moved most of the array-style issue fields out into their own streams, and replaced the full object with an identifier

  • Added the following streams: issue_comments, issue_links, permissions, issue_types, issue_link_types, group_users, groups, project_categories, status_categories, statuses, resolutions, priorities, agile_boards

  • Streams now download in parallel with a concurrency of 5

  • View definitions now include descriptions that come from the Jira field name

  • Issue records no longer have all their field values under the 'field' object, instead they have been flattened into the root

  • Added a UDTF named JQL_QUERY, which can run ad-hoc paginated JQL queries and return issues


V1.3

Created: 2024-04-20

  • Fixed an issue where Jira issue results are missing if issue worklogs are included


V1.2

Created: 2024-04-18

Renamed the Username field to Email Address, for clarity. Added extra connection tests which verify that issues can be fetched

V1.1

Created: 2024-04-02

  • Bump plugin runtime version

  • Built with omnata-plugin-devkit==0.3.17 which includes pinned stored proc dependencies


V1.0

Created: 2024-03-07

  • Issue worklogs have been moved out into their own stream, dependent on Issues

  • Plugin is now out of private preview


Last updated