This handler is used for creating a new team within an existing organization on GitHub. After authorizing the given account using a github token, a team is created within the organization.
1. Go to https://www.github.com/settings/applications
2. Click "Create new token" in the "Personal API Access Tokens" section.
3. Use the new token and username of the account with KineticTask.
This API token essentially is a password for the user. The user can delete this token at any time in their GitHub settings/applications to revoke access of any applications using it.
Name | Description |
---|---|
Organization Name | Organization to create the team in. |
Team Name | Name for new team. |
Permissions | Permissions for the team. |
Repositories | Add repositories for the team. |
Name | Description |
---|---|
Organization Name | Acme |
Team Name | Alpha |
Permissions | pull -or- push -or- admin |
Repositories | acme/widgets, acme/handlers |
This handler does not return any results.
githubteamcreate_v1 (2013-06-06)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out