pub async fn create_component(
configuration: &Configuration,
component: Component,
) -> Result<Component, 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.