Skip to main content

update

Function update 

Source
pub async fn update(
    client: &JiraClient,
    out: &OutputConfig,
    key: &str,
    update: &IssueUpdate<'_>,
    custom_fields: &[(String, Value)],
) -> Result<(), ApiError>