Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
**** xref:develop:connect/components/inputs/http_client.adoc[]
**** xref:develop:connect/components/inputs/http_server.adoc[]
**** xref:develop:connect/components/inputs/inproc.adoc[]
**** xref:develop:connect/components/inputs/jira.adoc[]
**** xref:develop:connect/components/inputs/kafka.adoc[]
**** xref:develop:connect/components/inputs/kafka_franz.adoc[]
**** xref:develop:connect/components/inputs/microsoft_sql_server_cdc.adoc[]
Expand Down
4 changes: 4 additions & 0 deletions modules/develop/pages/connect/components/inputs/jira.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= jira
:page-aliases: components:inputs/jira.adoc

include::connect:components:inputs/jira.adoc[tag=single-source]
5 changes: 5 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Redpanda Cloud Console now includes a built-in SQL editor. For SQL-enabled envir

You can now permanently delete a Serverless organization (free trial and pay-as-you-go plans) directly from the Cloud UI, without contacting Redpanda Support. The new *Manage organization* page, available from your profile icon, shows your plan and organization-wide resource counts, and walks you through the deletion prerequisites: delete all clusters, delete all private links, and settle any pending or outstanding invoices. See xref:manage:manage-organization.adoc[Manage Your Organization].

=== Redpanda Connect updates

* Inputs:
** xref:develop:connect/components/inputs/jira.adoc[jira]: Streams Jira issues, comments, or changelog entries via JQL with incremental polling.

== June 2026

=== Terraform provider: Redpanda SQL support
Expand Down
Loading