revert: Keep CF project for session-tracking Jira issues

CU is a separate project. Session tracking stays in CF.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-02-08 07:32:21 +02:00
parent c57f9c6a75
commit 3ca40d9100

View File

@@ -81,7 +81,7 @@ export async function createSessionIssue(params: {
method: 'POST', method: 'POST',
body: JSON.stringify({ body: JSON.stringify({
fields: { fields: {
project: { key: 'CU' }, project: { key: 'CF' },
summary, summary,
description: { description: {
type: 'doc', type: 'doc',