3

Possible Duplicate:
Add API to view and create Groups

I'm trying to automate all the steps we need to do in order to setup a new project in Fogbugz and Kiln. I'm missing the API commands for creating a new user group and adding the group to the project permissions list. Naturally I would also need to assign users to the group.

Fog Creek Case FC1969424

flag
Filed as a feature. – Rich Armstrong Nov 8 2010 at 16:29

closed as exact duplicate by David Hodgson♦♦ Apr 24 at 19:33

1 Answer

2

The XML API command to create a new project is

cmd=newProject

where the project name, primary contact, and the public submission flag must also be specified, and the inbox may be specified.

It would be nice if there were API commands allowing users to be added to groups or permissions to be set via the API, but I can't seen any documentation describing such a mechanism, so I suspect they do not exist.

This sounds like a reasonable workflow, though - perhaps the FogBugz team can flag this as a feature request if the functionality is not present.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.