Red Hat Camel K is no longer supported.
As of June 30, 2025, Red Hat build of Camel K has reached End of Life. The suggested replacements is Red Hat build of Apache Camel. For details about moving, see the Camel K to Camel Quarkus migration guide.第 35 章 JIRA Update Issue Sink
更新 JIRA 中现有问题的字段。Kamelet 需要设置以下标头:
-
issueKey
/ce-issueKey
: 作为 JIRA 中的问题代码。 -
IssueTypeName /
ce-
: 作为问题类型的名称(例如: Bug、enhancement)。issueTypeName
-
issueSummary
/ce-issueSummary
: 作为问题的标题或摘要。 -
issueAssignee
/ce-issueAssignee
: 作为分配给此问题的用户(可选)。 -
issuePriorityName
/ce-issuePriorityName
: 作为问题的优先级名称(例如: Critical、blocker、Trivial)(可选)。 -
issueComponents
/ce-issueComponents
: 作为具有有效组件名称的字符串列表(可选)。 -
issueDescription
/ce-issueDescription
: 作为问题描述(可选)。
问题描述可以从消息的正文或标题中的 issueDescription
/ce-issueDescription
中设置,但正文具有优先权。
35.1. 配置选项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
下表总结了可用于 jira-update-issue-sink
Kamelet 的配置选项:
属性 | 名称 | 描述 | 类型 | 默认 | 示例 |
---|---|---|---|---|---|
jiraUrl * | Jira URL | JIRA 实例的 URL | 字符串 |
| |
密码 X | 密码 | 访问 JIRA 的密码或 API 令牌 | 字符串 | ||
用户名 (用户名) | 用户名 | 访问 JIRA 的用户名 | 字符串 |
注意
带有星号 packagemanifests 的字段是必需的。