pub async fn update_component(
configuration: &Configuration,
id: &str,
component: Component,
) -> Result<Component, Error<UpdateComponentError>>
Expand description
Updates a component. Any fields included in the request are overwritten. If leadAccountId
is an empty string ("") the component lead is removed. This operation can be accessed anonymously. Permissions required: Administer projects project permission for the project containing the component or Administer Jira global permission.