From d3d44c71078d858132445cba718984568ecfd3b2 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:37:18 +0000 Subject: [PATCH] Update wiki Home page for jira-transition-issue-sink --- Home.md | 47 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..ba2f40f 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,40 @@ -# Deploy the Project on CamelX Platform +# Jira Transition Issue Sink -Deploy on CamelX Platform in three steps +Sets a new status (transition to) of an existing issue in Jira. -## Step 1: Create a release -From the project space, click on **"Create a release"** +The Kamelet expects the following headers to be set: -The new version is automatically available in the list +- `issueKey` / `ce-issueKey`: as the issue unique code. -## Step 2: Deploy -Click on **"Deploy"** +- `issueTransitionId` / `ce-issueTransitionId`: as the new status (transition) code. You should carefully check the project workflow as each transition may have conditions to check before the transition is made. -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +The comment of the transition is set in the body of the message. -## Step 3: Expose -Enable **"Expose"** +To authenticate a username/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira. -Choose an **API Gateway** (Internal, Public, etc.) +## Metadata + +| Property | Value | +|----------|-------| +| Type | sink | +| Group | JIRA | +| Namespace | JIRA | +| Support Level | Stable | +| Provider | Apache Software Foundation | + +## Properties + +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `jiraUrl` | string | ✓ | | The URL of your instance of Jira | +| `username` | string | | | The username to access Jira | +| `password` | string | | | The password to access Jira | +| `personal-token` | string | | | Personal Token | + +## Dependencies + +- `camel:core` +- `camel:jackson` +- `camel:jira` +- `camel:kamelet` +- `mvn:com.fasterxml.jackson.datatype:jackson-datatype-joda:2.12.5`