From 6ee2c8e92b3b612d1f830d2e93fd2ba7a3c391a2 Mon Sep 17 00:00:00 2001 From: Dominik Labudzinski Date: Thu, 6 Jun 2024 15:40:12 +0200 Subject: [PATCH] jira actions gh --- .github/workflows/jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index 4a1a17c..df80bad 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -27,4 +27,4 @@ jobs: issuetype: Bug summary: (${{ github.event.issue.number }}) ${{ github.event.issue.title }} description: ${{ github.event.issue.body }} - fields: '{"components": [10198]}' \ No newline at end of file + fields: '{"components": [{"name": "CI-HUB"}]}' \ No newline at end of file