pub async fn update_filter(
configuration: &Configuration,
params: UpdateFilterParams,
) -> Result<Filter, Error<UpdateFilterError>>
Expand description
Updates a filter. Use this operation to update a filter’s name, description, JQL, or sharing. Permissions required: Permission to access Jira, however the user must own the filter.