pub async fn issue_batch_update<T: DeserializeOwned + GraphQLFields<FullType = Issue>>(
client: &Client,
input: IssueUpdateInput,
ids: Vec<String>,
) -> Result<Vec<T>, LinearError>Expand description
Updates multiple issues at once.
Full type: Issue