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

Setting assignees list to merge request #1228

Open
@ray66rus

Description

@ray66rus

Thanks for the great library. Unfortunatelly, I can't find a way to set multiple assignees to merge request. GitLab API supports this feature viaassignee_ids field, but it seems thatgitlab.v4.objects.MergeRequest object lacks this field. Could you please add the support for this feature (or, maybe, I just missed it somehow?).

PS: For now I fixed this with a quick hack:

attrs = (self._gitlab._objects.ProjectMergeRequestManager._update_attrs[1] + tuple(["assignee_ids"]))self._gitlab._objects.ProjectMergeRequestManager._update_attrs = ((), attrs)

whereself._gitlab is an instance ofgitlab.Gitlab. Looks like it works :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp