From 463600effd227eb63907e2f6ecae91f5bf8b0ba9 Mon Sep 17 00:00:00 2001 From: Oscar Bazaldua <511911+oscb@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:21:42 -0800 Subject: [PATCH] chore: migrate JIRA creation workflow to LIBWEB --- .github/workflows/create_jira.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_jira.yml b/.github/workflows/create_jira.yml index 78c83e09..03f8e658 100644 --- a/.github/workflows/create_jira.yml +++ b/.github/workflows/create_jira.yml @@ -24,7 +24,7 @@ jobs: id: create uses: atlassian/gajira-create@master with: - project: LIBMOBILE + project: LIBWEB issuetype: Bug summary: | [${{ github.event.repository.name }}] (${{ github.event.issue.number }}): ${{ github.event.issue.title }} @@ -33,8 +33,8 @@ jobs: ${{ github.event.issue.body }} # Parent and Epic Link fields (set to same) fields: '{ - "parent": {"key": "LIBMOBILE-793"}, - "customfield_10002": "LIBMOBILE-793" + "parent": {"key": "LIBWEB-1530"}, + "customfield_10002": "LIBWEB-1530" }' - name: Log created issue