pub async fn create_component(
configuration: &Configuration,
params: CreateComponentParams,
) -> Result<ProjectComponent, Error<CreateComponentError>>Expand description
Creates a component. Use components to provide containers for issues within a project. This operation can be accessed anonymously. Permissions required: Administer projects project permission for the project in which the component is created or Administer Jira global permission.