CreateComment
Comment on a jira ticket based on workflow execution status.
yaml
type: "io.kestra.plugin.jira.issues.CreateComment"
Comment on a jira ticket on a failed flow execution.
yaml
id: jira_flow
namespace: company.myteam
tasks:
- id: create_comment_on_a_ticket
type: io.kestra.plugin.jira.issues.CreateComment
baseUrl: your-domain.atlassian.net
username: [email protected]
password: "{{ secret('jira_api_token') }}"
projectKey: project_key
issueIdOrKey: "TID-53"
body: "This ticket is not moving, do we need to outsource this!"
Dynamic YES
Min length 1
Atlassian URL
Dynamic YES
Min length 1
The comment's content
Dynamic YES
Min length 1
Jira ticket key
Dynamic YES
Min length 1
Atlassian project's key
Dynamic YES
Atlassian OAuth access token
(Required for OAuth authorization)
Dynamic YES
Description of the ticket to be created
Dynamic YES
Default Task
Issue type of the Jira ticket
Examples: Story, Task, Bug (default value is Task)
SubType string
Dynamic YES
Labels associated with opened ticket
Dynamic YES
Atlassian password or API token
(Required for basic & API token authorization)
Dynamic YES
Payload
Dynamic YES
Summary of the ticket
Dynamic YES
Atlassian Username
(Required for basic & API token authorization)