UpdateFields UpdateFields
UpdateFields Certified

Update fields on a Jira issue

yaml
type: "io.kestra.plugin.jira.issues.UpdateFields"
yaml
id: jira_update_field
namespace: company.myteam

tasks:
  - id: update_ticket_field
    type: io.kestra.plugin.jira.issues.UpdateFields
    baseUrl: https://your-domain.atlassian.net
    username: your_email@example.com
    password: "{{ secret('JIRA_API_TOKEN') }}"
    issueIdOrKey: YOUR_ISSUE_KEY
    fields:
      description: "Updated description of: {{ execution.id }}"
      customfield_10005: "Updated value"
Properties
Min length1
Min length1
Min length1
SubTypestring
Definitions
allowFailedbooleanstring
Defaultfalse
allowedResponseCodesarray
SubTypeinteger
auth
type*Requiredobject
passwordstring
usernamestring
type*Requiredobject
tokenstring
basicAuthPasswordDeprecatedstring
basicAuthUserDeprecatedstring
connectTimeoutDeprecatedstring
Formatduration
connectionPoolIdleTimeoutDeprecatedstring
Formatduration
defaultCharsetstring
DefaultUTF-8
followRedirectsbooleanstring
Defaulttrue
logLevelDeprecatedstring
Possible Values
ALLTRACEDEBUGINFOWARNERROROFFNOT_SPECIFIED
logsarray
SubTypestring
Possible Values
REQUEST_HEADERSREQUEST_BODYRESPONSE_HEADERSRESPONSE_BODY
maxContentLengthDeprecatedinteger
proxy
addressstring
passwordstring
portintegerstring
typestring
DefaultDIRECT
Possible Values
DIRECTHTTPSOCKS
usernamestring
proxyAddressDeprecatedstring
proxyPasswordDeprecatedstring
proxyPortDeprecatedinteger
proxyTypeDeprecatedstring
Possible Values
DIRECTHTTPSOCKS
proxyUsernameDeprecatedstring
readIdleTimeoutDeprecatedstring
Formatduration
readTimeoutDeprecatedstring
Formatduration
ssl
insecureTrustAllCertificatesbooleanstring
timeout
connectTimeoutstring
readIdleTimeoutstring
DefaultPT5M