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)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
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.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
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.
Description
•