
Jira Issues
CertifiedTasks that file, update, comment on, and search Jira issues.
Set Jira connection details and credentials, provide project keys, issue types/fields, and JQL to create or update issues, add comments, or retrieve issue details for workflow automation.
Jira Issues
Tasks that file, update, comment on, and search Jira issues.
Set Jira connection details and credentials, provide project keys, issue types/fields, and JQL to create or update issues, add comments, or retrieve issue details for workflow automation.
tasks
How to use the Jira plugin
Create issues, add comments, and update fields in Jira from Kestra flows.
Authentication
Set baseUrl to your Jira instance URL (e.g. https://your-domain.atlassian.net) on each task. For API token auth, set username (your email) and password (your Atlassian API token). For OAuth 2.0, set accessToken — when present it takes precedence over username/password. Store credentials in secrets and apply them globally with plugin defaults.
Tasks
issues.Create creates a new Jira issue — set projectKey, summary, and optionally description, labels, and issueTypeId.
issues.CreateComment adds a comment to an existing issue — set issueIdOrKey to the issue key or ID and body to the comment text.
issues.UpdateFields updates one or more fields on an existing issue — set issueIdOrKey and pass a fields map of field names to new values.