-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Fix - Priority score of an issue is not displayed #207
Conversation
added risk key into the defined type for IssueAttributes
…ly from attributes.risk.score.value
Thank you for your contribution! 🙌 I reviewed the changes, and everything looks good overall. However, I noticed one issue: the column is currently named To make it clearer, how about renaming the column to priority/risk score? Let me know what you think! |
Agreed, using just 'Score' is a better choice as it aligns with how it's labeled in our app and also less clutter in the table. |
I renamed the column in the last commit. If I forgot about something, let me know. |
I’d like to pull and test these changes in our Backstage installation before merging, just to ensure everything works as expected. |
The release pipeline is currently broken and needs to be fixed first. I’ll work on getting this resolved asap |
Ok. Thanks for approving and merging it. Let me know when you'll release new version with these updates, so I can update it in our backstage. |
🎉 This PR is included in version 2.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR fixes the issue I raised - #206
No priority scores were displayed for project's issues.
What this does
Adds another location within the json response from snyk where to get the value of a priority score of an issue.
Notes for the reviewer
See commit changes - added a new attribute of an issue to unifiedIssuesTypes.ts and referenced the new location in SnykIssuesComponent.tsx.