Module jira::gen::apis::project_types_api[][src]

Structs

GetAccessibleProjectTypeByKeyParams

struct for passing parameters to the method get_accessible_project_type_by_key

GetProjectTypeByKeyParams

struct for passing parameters to the method get_project_type_by_key

Enums

GetAccessibleProjectTypeByKeyError

struct for typed errors of method get_accessible_project_type_by_key

GetAllAccessibleProjectTypesError

struct for typed errors of method get_all_accessible_project_types

GetAllProjectTypesError

struct for typed errors of method get_all_project_types

GetProjectTypeByKeyError

struct for typed errors of method get_project_type_by_key

Functions

get_accessible_project_type_by_key

Returns a project type if it is accessible to the user. Permissions required: Permission to access Jira.

get_all_accessible_project_types

Returns all project types with a valid license.

get_all_project_types

Returns all project types, whether or not the instance has a valid license for each type. This operation can be accessed anonymously. Permissions required: None.

get_project_type_by_key

Returns a project type. This operation can be accessed anonymously. Permissions required: None.