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!"
Min length
1
Atlassian URL
Min length
1
The comment's content
Min length
1
Jira ticket key
Min length
1
Atlassian project's key
Atlassian OAuth access token
(Required for OAuth authorization)
Description of the ticket to be created
Default
Task
Issue type of the Jira ticket
Examples: Story, Task, Bug (default value is Task)
SubType string
Labels associated with opened ticket
Atlassian password or API token
(Required for basic & API token authorization)
Payload
Summary of the ticket
Atlassian Username
(Required for basic & API token authorization)