cloudbees-days/jira-wait-for-status
Wait for a Jira issue to reach specific status(es)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-url | Jira instance URL (e.g., https://your-domain.atlassian.net) | yes | — |
| jira-username | Jira username or email address | yes | — |
| jira-token | Jira API token | yes | — |
| issue-key | Issue key to monitor | yes | — |
| target-status | Comma-separated list of target statuses to wait for | yes | — |
| timeout-minutes | Timeout in minutes | no | 10 |
| poll-interval-seconds | Poll interval in seconds | no | 30 |
Outputs
| name | description |
|---|---|
| result | Result of the wait operation (success or timeout) |
| final-status-summary | Final status of the issue |