cargurus-ea/Jira Issue Check
Check for a specified Jira issue.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_url | url of jira instance | yes | — |
| jira_consumer_key | jira consumer key | yes | — |
| jira_access_token | jira OAuth access token | yes | — |
| jira_token_secret | jira OAuth access token secret | yes | — |
| jira_private_key | jira OAuth private key | yes | — |
| jira_release_state | the jira state an issue must be in to be considered ready to release | yes | Ready for Release |
| project_pattern | regex pattern used to identify projects | yes | [A-Za-z][A-Za-z]*-\d\d* |
| sox_check | signifies if the action should check for sox compliancy | yes | false |
| github_token | github token to access account | yes | — |
Outputs
| name | description |
|---|---|
| issue_exists | If the Jira issue exists |
| correct_state | If the Jira issue is in the correct state |
| sox_compliant | If the Jira issue is SOX compliant |