Module projects_api

Source

Enums§

ProjectsSlashAddCollaboratorError
struct for typed errors of method projects_slash_add_collaborator
ProjectsSlashCreateCardError
struct for typed errors of method projects_slash_create_card
ProjectsSlashCreateColumnError
struct for typed errors of method projects_slash_create_column
ProjectsSlashCreateForAuthenticatedUserError
struct for typed errors of method projects_slash_create_for_authenticated_user
ProjectsSlashCreateForOrgError
struct for typed errors of method projects_slash_create_for_org
ProjectsSlashCreateForRepoError
struct for typed errors of method projects_slash_create_for_repo
ProjectsSlashDeleteCardError
struct for typed errors of method projects_slash_delete_card
ProjectsSlashDeleteColumnError
struct for typed errors of method projects_slash_delete_column
ProjectsSlashDeleteError
struct for typed errors of method projects_slash_delete
ProjectsSlashGetCardError
struct for typed errors of method projects_slash_get_card
ProjectsSlashGetColumnError
struct for typed errors of method projects_slash_get_column
ProjectsSlashGetError
struct for typed errors of method projects_slash_get
ProjectsSlashGetPermissionForUserError
struct for typed errors of method projects_slash_get_permission_for_user
ProjectsSlashListCardsError
struct for typed errors of method projects_slash_list_cards
ProjectsSlashListCollaboratorsError
struct for typed errors of method projects_slash_list_collaborators
ProjectsSlashListColumnsError
struct for typed errors of method projects_slash_list_columns
ProjectsSlashListForOrgError
struct for typed errors of method projects_slash_list_for_org
ProjectsSlashListForRepoError
struct for typed errors of method projects_slash_list_for_repo
ProjectsSlashListForUserError
struct for typed errors of method projects_slash_list_for_user
ProjectsSlashMoveCardError
struct for typed errors of method projects_slash_move_card
ProjectsSlashMoveColumnError
struct for typed errors of method projects_slash_move_column
ProjectsSlashRemoveCollaboratorError
struct for typed errors of method projects_slash_remove_collaborator
ProjectsSlashUpdateCardError
struct for typed errors of method projects_slash_update_card
ProjectsSlashUpdateColumnError
struct for typed errors of method projects_slash_update_column
ProjectsSlashUpdateError
struct for typed errors of method projects_slash_update

Functions§

projects_slash_add_collaborator
Adds a collaborator to an organization project and sets their permission level. You must be an organization owner or a project admin to add a collaborator.
projects_slash_create_card
projects_slash_create_column
Creates a new project column.
projects_slash_create_for_authenticated_user
Creates a user project board. Returns a 410 Gone status if the user does not have existing classic projects. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.
projects_slash_create_for_org
Creates an organization project board. Returns a 410 Gone status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.
projects_slash_create_for_repo
Creates a repository project board. Returns a 410 Gone status if projects are disabled in the repository or if the repository does not have existing classic projects. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.
projects_slash_delete
Deletes a project board. Returns a 404 Not Found status if projects are disabled.
projects_slash_delete_card
Deletes a project card
projects_slash_delete_column
Deletes a project column.
projects_slash_get
Gets a project by its id. Returns a 404 Not Found status if projects are disabled. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.
projects_slash_get_card
Gets information about a project card.
projects_slash_get_column
Gets information about a project column.
projects_slash_get_permission_for_user
Returns the collaborator’s permission level for an organization project. Possible values for the permission key: admin, write, read, none. You must be an organization owner or a project admin to review a user’s permission level.
projects_slash_list_cards
Lists the project cards in a project.
projects_slash_list_collaborators
Lists the collaborators for an organization project. For a project, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners. You must be an organization owner or a project admin to list collaborators.
projects_slash_list_columns
Lists the project columns in a project.
projects_slash_list_for_org
Lists the projects in an organization. Returns a 404 Not Found status if projects are disabled in the organization. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.
projects_slash_list_for_repo
Lists the projects in a repository. Returns a 404 Not Found status if projects are disabled in the repository. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.
projects_slash_list_for_user
Lists projects for a user.
projects_slash_move_card
projects_slash_move_column
projects_slash_remove_collaborator
Removes a collaborator from an organization project. You must be an organization owner or a project admin to remove a collaborator.
projects_slash_update
Updates a project board’s information. Returns a 404 Not Found status if projects are disabled. If you do not have sufficient privileges to perform this action, a 401 Unauthorized or 410 Gone status is returned.
projects_slash_update_card
projects_slash_update_column