Only use TicketStatusValue type - #5501
Merged
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
bjoernricks
force-pushed
the
ticket-status
branch
from
August 11, 2026 11:34
1c3a30d to
f5e7951
Compare
bjoernricks
marked this pull request as ready for review
August 11, 2026 11:41
greenbonebot
enabled auto-merge (rebase)
August 11, 2026 11:41
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5501 +/- ##
=======================================
Coverage 82.01% 82.01%
=======================================
Files 1289 1289
Lines 33822 33823 +1
Branches 10067 10067
=======================================
+ Hits 27738 27739 +1
Misses 5427 5427
Partials 657 657 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Drop usage of TicketStatus type and replace it with TicketStatusValue. The TicketStatus used all lower case value which is not the value we get from gvmd.
bjoernricks
force-pushed
the
ticket-status
branch
from
August 11, 2026 12:01
f5e7951 to
4704484
Compare
daniele-mng
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Only use TicketStatusValue type
Why
Drop usage of TicketStatus type and replace it with TicketStatusValue. The TicketStatus used all lower case value which is not the value we get from gvmd.
Checklist