- Notifications
You must be signed in to change notification settings - Fork673
feat(api): add support for epic notes#1712
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Added support for notes on group epicsSigned-off-by: Raimund Hook <raimund.hook@exfo.com>
codecov-commenter commentedNov 25, 2021
Codecov Report
@@ Coverage Diff @@## main #1712 +/- ##==========================================- Coverage 91.49% 91.47% -0.02%========================================== Files 75 75 Lines 4630 4668 +38 ==========================================+ Hits 4236 4270 +34- Misses 394 398 +4
Flags with carried forward coverage won't be shown.Click here to find out more.
|
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks again@StingRayZA. Was gonna say it would be cool to have tests but I see we have none for these things plus it's a Premium feature. :)
Added support for notes/emojis/discussions on group epics
(also fixed
ProjectSnippetNote
to use the correctAwardEmojiManager
)