Create Git Account
create_git_accountSet up a Git account in Coalesce by providing authentication credentials, author details, and selecting a provider. Integrates version control for collaborative project management.
Instructions
Create a new Git account in Coalesce.
Args:
name (string, required): Account name
gitUsername (string, required): Git username for authentication
gitAuthorName (string, required): Author name for git commits
gitAuthorEmail (string, required): Email address for git commits
gitToken (string, required): Personal access token for the git provider
provider (enum, optional): 'github' | 'gitlab' | 'bitbucket' | 'azureDevOps'
accountOwner (string, optional): User ID of the account owner
Returns: Created Git account with assigned ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the git account | |
| gitToken | Yes | Personal access token or authentication token for the git provider | |
| provider | No | Git provider type | |
| gitUsername | Yes | Git username for authentication | |
| accountOwner | No | User ID of the account owner (org admins can manage other users' accounts) | |
| gitAuthorName | Yes | Author name used for git commits | |
| gitAuthorEmail | Yes | Email address used for git commits |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |