📘Release History


V1.18

Created: 2024-05-31

  • Added the CREATE_ISSUE consumer UDF


V1.17

Created: 2024-05-24

  • Added issue_watchers stream

  • Fixed issue where fetching projects would hang indefinitely


V1.16

Created: 2024-05-22

  • Temporarily added an alternate fetch_projects UDTF


V1.15

Created: 2024-05-20

  • Added further logging to the fetch_projects UDTF


V1.14

Created: 2024-05-04

  • Consumer UDFs now only have the wrapper (for connection slug) exposed


V1.13

Created: 2024-05-04

  • Added the "fields" inbound stream


V1.12

Created: 2024-05-03

  • Fixed an issue where custom timestamp fields caused errors in the normalized view for issues

  • Added a consumer UDTF which fetches projects


V1.11

Created: 2024-04-30

  • Added retries on projects stream to work around read timeouts

  • Fixed an issue where the inbound issues stream normalized view errored due to incorrect timestamp format


V1.10

Created: 2024-04-29

  • Added support for custom domains when connecting


V1.9

Created: 2024-04-29

  • Improved logging for inbound stream progress


V1.8

Created: 2024-04-28

  • Reduced inbound sync concurrency to 2 to prevent overloading the service


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