Closed Bug 1473798 Opened 7 years ago Closed 7 years ago

Add and remove members of a phabricator project instead of setting exact list

Categories

(bugzilla.mozilla.org :: Phabricator Integration, enhancement)

Staging
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dkl, Assigned: dkl)

Details

Attachments

(1 file)

45 bytes, text/x-github-pull-request
Details | Review
Currently setting an exact list of project members from Phabbugz using $project->set_members is failing with lists larger than 100. By using $project->add_member and $project->remove_member instead we can work around the size limitation. Even if we need to add/remove more than 100 members, it will just keep adding the missing ones on the next run.
Attached file github pr #649
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: