Skip to main content

issue_update

Function issue_update 

Source
pub async fn issue_update<T: DeserializeOwned + GraphQLFields<FullType = Issue>>(
    client: &Client,
    input: IssueUpdateInput,
    id: String,
) -> Result<T, LinearError>
Expand description

Updates an issue.

Full type: Issue