frieder/Jira Issue Updater
Updates several properties of a Jira issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| retries | The number of retries to connect to the Jira API before considered failed. | no | 1 |
| retryDelay | The time in seconds to wait in between connection attempts. | no | 10 |
| timeout | The time in milliseconds in which a request must finish or otherwise considered failed. | no | 2000 |
| failOnError | Should the action report back as failed when at least one issue cannot be updated. | no | true |
| issue | The ID(s) of the Jira issue(s). | yes | — |
| summary | The title (summary) of the Jira ticket. | no | — |
| description | The description of the Jira ticket. | no | — |
| assignee | The user assigned to the ticket. | no | — |
| priority | Define the priority of a ticket. | no | — |
| duedate | Define the due date of a ticket. | no | — |
| resolution | Define the resolution of the ticket. | no | — |
| components | Define components to be added/removed/set to the ticket. | no | — |
| fixversions | A list of fix versions to be added/removed/set to the ticket. | no | — |
| labels | A list of labels to be added/removed/set to the ticket. | no | — |
| customfields | A list of custom fields with their respective values. | no | — |
| customfieldsJson | A list of custom fields with their respective values in JSON. Supports Atlassian Documents and multiple values. | no | — |
Outputs
no outputs