vcs.change.state
Release candidateenumas of v1.44.0
The state of the change (pull request/merge request/changelist).
Examples
- open
- closed
- merged
Values (4)
openOpen means the change is currently active and under review. It hasn't been merged into the target branch yet, and it's still possible to make changes or add comments.wipWIP (work-in-progress, draft) means the change is still in progress and not yet ready for a full review. It might still undergo significant changes.closedClosed means the merge request has been closed without merging. This can happen for various reasons, such as the changes being deemed unnecessary, the issue being resolved in another way, or the author deciding to withdraw the request.mergedMerged indicates that the change has been successfully integrated into the target codebase.
Used by
metrics (2)
- vcs.change.count *
- vcs.change.duration *
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Already present at v1.30.0, the oldest release tracked here (development).