im-open/Verify fields on Jira Task
This action will check a Jira task for the specified fields. If a value is not found for one then the action will fail.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| domain-name | The domain name for Jira. | yes | — |
| project-names-to-search | A comma separated string of project names to search through for the desired Jira ticket. Spaces will be trimmed. Either this or issue-types-to-search should be set. | no | — |
| issue-types-to-search | A comma separated string of issue types to search through for the desired Jira ticket. Spaces will be trimmed. Either this or project-names-to-search should be set. | no | Deployment Task, Deployment Sub-Task |
| search-field-id | The field id of the field to search by. | yes | 11902 |
| search-value | The value the field, designated by search-field-id, should be set to on the Jira ticket being searched for. | yes | — |
| fields-to-check-for-values | A comma separated string of fields that will be checked for values. Spaces will be trimmed. | yes | customfield_16323, customfield_11506, customfield_11507 |
| check-parent-task | A flag determining whether the parent task will be checked in the event a value isn't found on the task itself. | no | false |
| jira-ticket | The Jira Ticket that should have the designated fields | yes | — |
Outputs
no outputs