MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / updateThread

Function updateThread

packages/integration-linear/src/helpers/linear.ts:103–114  ·  view source on GitHub ↗
({
  accessToken,
  issueId,
  title,
  stateId,
}: updateThreadType)

Source from the content-addressed store, hash-verified

101};
102
103export async function updateThread({
104 accessToken,
105 issueId,
106 title,
107 stateId,
108}: updateThreadType) {
109 const linearClient = new LinearClient({ accessToken });
110 return await linearClient.updateIssue(issueId, {
111 title,
112 stateId,
113 });
114}
115
116export async function getStatusId({
117 accessToken,

Callers 1

outbound.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected