From ab2094d9780a26ab3fe8b300b3dcd8e933b81c59 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Mon, 20 Jul 2026 10:35:34 +0100 Subject: [PATCH] docs: add jira input to cloud Connect docs Single-source the new Redpanda Connect `jira` input into cloud-docs: - stub page including connect:components:inputs/jira.adoc[tag=single-source] - nav entry under Connect inputs - What's New (July 2026) entry Depends on rp-connect-docs #462 (adds the jira input on the Connect side). --- modules/ROOT/nav.adoc | 1 + modules/develop/pages/connect/components/inputs/jira.adoc | 4 ++++ modules/get-started/pages/whats-new-cloud.adoc | 5 +++++ 3 files changed, 10 insertions(+) create mode 100644 modules/develop/pages/connect/components/inputs/jira.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 78d6a9346..2109a99b4 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -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[] diff --git a/modules/develop/pages/connect/components/inputs/jira.adoc b/modules/develop/pages/connect/components/inputs/jira.adoc new file mode 100644 index 000000000..923b07c68 --- /dev/null +++ b/modules/develop/pages/connect/components/inputs/jira.adoc @@ -0,0 +1,4 @@ += jira +:page-aliases: components:inputs/jira.adoc + +include::connect:components:inputs/jira.adoc[tag=single-source] diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index aa8ccb01f..b01454e2a 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -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