Projects
Projects
๐๏ธ List projects
Lists the projects of the API key's organization. Supports filters: name, key, is_active, and a generic `search` (name/key). Requires the 'View Project' permission.
๐๏ธ Create a project
Creates a project (plus its default ticket form and statuses). Requires the 'Create Project' permission.
๐๏ธ Show a project
Returns a single project with manager, members, statuses and tags. Requires the 'View Project' permission.
๐๏ธ Update a project
Updates name, manager and logo (the key is immutable). Requires the 'Update Project' permission.
๐๏ธ Delete a project
Soft-deletes the project. Requires the 'Delete Project' permission.
๐๏ธ Project ticket statistics
Returns ticket counts grouped by status, priority and tag. Requires the 'Project Statistics' permission.
๐๏ธ Add project members
Adds users/accounts to the project (without detaching existing members). Requires the 'Project User Management' permission.
๐๏ธ Remove a project member
Removes a single user/account from the project. The project manager cannot be removed. Requires the 'Project User Management' permission.