Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fc3216

Browse files
John GunnisonJohnVillalovos
John Gunnison
authored andcommitted
fix: Enable epic notes
Add the notes attribute to GroupEpic
1 parented110bd commit5fc3216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎gitlab/v4/objects/epics.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
fromgitlab.typesimportRequiredOptional
1616

1717
from .eventsimportGroupEpicResourceLabelEventManager# noqa: F401
18+
from .notesimportGroupEpicNoteManager# noqa: F401
1819

1920
__all__= [
2021
"GroupEpic",
@@ -29,6 +30,7 @@ class GroupEpic(ObjectDeleteMixin, SaveMixin, RESTObject):
2930

3031
issues:"GroupEpicIssueManager"
3132
resourcelabelevents:GroupEpicResourceLabelEventManager
33+
notes:GroupEpicNoteManager
3234

3335

3436
classGroupEpicManager(CRUDMixin,RESTManager):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp