You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -309,7 +346,18 @@ async function createClickUpTask(issueData, productInfo, apiIssueTypeValue, dueD
309
346
};
310
347
311
348
consttaskName=issueData.title;
312
-
constdescription=`GitHub Issue: #${issueData.number}\nLink: ${issueData.html_url}\n\n--- Issue Details ---\n${issueData.body||"No description provided."}\n\n⚠️ Important: Please do not close this ClickUp task directly. The task will be automatically closed when the corresponding GitHub issue is closed.`;
constdescription=`GitHub Issue: #${issueData.number}\nLink: ${issueData.html_url}\n\n${productAreaDetails}\n--- Issue Details ---\n${issueData.body||"No description provided."}\n\n⚠️ Important: Please do not close this ClickUp task directly. The task will be automatically closed when the corresponding GitHub issue is closed.`;
313
361
314
362
constpayload={
315
363
name: taskName,
@@ -327,6 +375,15 @@ async function createClickUpTask(issueData, productInfo, apiIssueTypeValue, dueD
327
375
]
328
376
};
329
377
378
+
// Try to assign the manager if they have a mapped ClickUp user ID
0 commit comments