thekeyholdingcompany/Update Azure Boards Ticket Status
Update an Azure Boards ticket status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pat | Personal Access Token for Azure Boards | yes | — |
| project | Project name or ID (if you have multiple projects, any would work if you have access to all of them) | yes | — |
| ticket-id | Ticket IDs to update (e.g. "1234" or "AB#1234" or "AB#1234,AB#4321" or "1234,4321") | yes | — |
| status | Status to set the ticket to | yes | — |
| status-order-list | Ordered list of status (in case the ticket needs to be moved to an intermediate status before moving to the final status) | no | New,In Progress,Code Review,Ready for QA,In QA,Ready for regression,Ready for Deploy,Done |
| code-review-state | Name of the code review state | no | Code Review |
| allow-back-flow | Allow changes to previous statuses (e.g. "Code Review" to "In Progress") | no | false |
Outputs
no outputs