Home
last modified time | relevance | path

Searched refs:linearClient (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/
H A DLinear.ts9 const linearClient = new LinearClient({ constant
22 await linearClient.createIssue({
41 const labels = await linearClient.issueLabels({ filter });
46 const payload = await linearClient.createIssueLabel({ name: labelName });
63 const team = await linearClient.team(teamId);
84 const team = await linearClient.team(teamId);
100 const team = await linearClient.team(teamId);
117 const payload = await linearClient.updateIssue(issueId, { stateId: doneWorkflowState.id });
132 const payload = await linearClient.createComment({ issueId, body: comment });