Update wiki Home page for jira-add-comment-sink

gitea_admin 2026-03-11 14:37:11 +00:00
parent bdc0cb91d5
commit 90c76d0c3c

45
Home.md

@ -1,21 +1,38 @@
# Deploy the Project on CamelX Platform # Jira Add Comment Sink
Deploy on CamelX Platform in three steps Add a new comment to an existing issue in Jira.
## Step 1: Create a release The Kamelet expects the following headers to be set:
From the project space, click on **"Create a release"**
The new version is automatically available in the list - `issueKey` / `ce-issueKey`: as the issue code.
## Step 2: Deploy The comment is set in the body of the message.
Click on **"Deploy"**
- **Version:** Select the desired release 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.
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose ## Metadata
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) | 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`