-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add labels and download and more styling
- Loading branch information
1 parent
c3f4d58
commit 9fff17f
Showing
28 changed files
with
1,012 additions
and
233 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,44 @@ | ||
[ | ||
{ | ||
"_id": "9i0mL", | ||
"title": "Cannot save a new car", | ||
"description": "problem when clicking Save", | ||
"severity": 1, | ||
"createdAt": 1542107359454 | ||
}, | ||
{ | ||
"_id": "xx3jM", | ||
"title": "Cannot save a new car", | ||
"description": "problem when clicking Save", | ||
"severity": 2, | ||
"createdAt": 1542107359454 | ||
"_id": "a1b2c3", | ||
"title": "Fix login bug", | ||
"description": "Fixing the issue causing login failures.", | ||
"severity": 3, | ||
"createdAt": 1625140800000, | ||
"labels": [ | ||
"critical", | ||
"dev-branch" | ||
] | ||
}, | ||
{ | ||
"_id": "6lDCn", | ||
"title": "Cannot save a new car", | ||
"description": "problem when clicking Save", | ||
"severity": 1, | ||
"createdAt": 1542107359454 | ||
"_id": "j1k2l3", | ||
"title": "Update documentation", | ||
"description": "Updating the project documentation for new release.", | ||
"severity": 3, | ||
"createdAt": 1625400000000, | ||
"labels": [ | ||
"need-CR" | ||
] | ||
}, | ||
{ | ||
"_id": "Ujz4N", | ||
"title": "Cannot save a new car", | ||
"description": "problem when clicking Save", | ||
"severity": 1, | ||
"createdAt": 1542107359454 | ||
"_id": "m4n5o6", | ||
"title": "Refactor codebase", | ||
"description": "Refactoring the codebase for better readability and maintenance.", | ||
"severity": 4, | ||
"createdAt": 1625486400000, | ||
"labels": [ | ||
"dev-branch" | ||
] | ||
}, | ||
{ | ||
"_id": "L078v", | ||
"title": "Cannot save a new car", | ||
"description": "problem when clicking Save", | ||
"severity": 3, | ||
"createdAt": 1542107359454 | ||
"_id": "p7q8r9", | ||
"title": "Fix security issue", | ||
"description": "Addressing the security vulnerability identified in the audit.", | ||
"severity": 5, | ||
"createdAt": 1625572800000, | ||
"labels": [ | ||
"critical", | ||
"need-CR" | ||
] | ||
} | ||
] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,54 @@ | ||
[ | ||
{ | ||
"title": "saved", | ||
"description": "", | ||
"severity": 1, | ||
"createdAt": 1718799635301, | ||
"_id": "a1b2c3", | ||
"title": "Fix login bug", | ||
"description": "Fixing the issue causing login failures.", | ||
"severity": 2, | ||
"createdAt": 1625140800000, | ||
"labels": [ | ||
"critical", | ||
"need-CR", | ||
"dev-branch" | ||
], | ||
"_id": "HtGef" | ||
}, | ||
{ | ||
"_id": "h2BUl", | ||
"title": "deleteed", | ||
"description": "", | ||
"severity": 0, | ||
"createdAt": 1718799665026, | ||
"labels": [ | ||
"critical", | ||
"", | ||
"" | ||
] | ||
}, | ||
{ | ||
"title": "a", | ||
"description": "", | ||
"_id": "j1k2l3", | ||
"title": "Update documentation", | ||
"description": "Updating the project documentation for new release.", | ||
"severity": 3, | ||
"createdAt": 1718806958801, | ||
"createdAt": 1625400000000, | ||
"labels": [ | ||
"critical", | ||
"", | ||
"" | ||
], | ||
"_id": "2vvA4" | ||
"need-CR" | ||
] | ||
}, | ||
{ | ||
"title": "", | ||
"description": "", | ||
"severity": 0, | ||
"createdAt": 1718820128882, | ||
"_id": "m4n5o6", | ||
"title": "Refactor codebase", | ||
"description": "Refactoring the codebase for better readability and maintenance.", | ||
"severity": 4, | ||
"createdAt": 1625486400000, | ||
"labels": [ | ||
"", | ||
"", | ||
"" | ||
], | ||
"_id": "XIscN" | ||
"dev-branch" | ||
] | ||
}, | ||
{ | ||
"title": "", | ||
"description": "", | ||
"severity": 0, | ||
"createdAt": 1718820136369, | ||
"_id": "p7q8r9", | ||
"title": "Fix security issue", | ||
"description": "Addressing the security vulnerability identified in the audit.", | ||
"severity": 5, | ||
"createdAt": 1625572800000, | ||
"labels": [ | ||
"", | ||
"", | ||
"" | ||
], | ||
"_id": "oQu2W" | ||
"critical", | ||
"need-CR" | ||
] | ||
}, | ||
{ | ||
"title": "", | ||
"title": "critical", | ||
"description": "", | ||
"severity": 0, | ||
"createdAt": 1718820140320, | ||
"severity": 7, | ||
"createdAt": 1719145297585, | ||
"labels": [ | ||
"", | ||
"", | ||
"" | ||
"critical" | ||
], | ||
"_id": "yYzob" | ||
"_id": "nTLX4" | ||
} | ||
] |
This file contains 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
Oops, something went wrong.