From c32d212424237c7bf9bf6a54d07231781ab570b8 Mon Sep 17 00:00:00 2001 From: Piotr Bulawa Date: Fri, 23 Feb 2024 17:12:45 +0100 Subject: [PATCH] Update area in JIRA integration --- .github/repo_meta.yaml | 2 +- .github/workflows/jira_issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/repo_meta.yaml b/.github/repo_meta.yaml index 8d5e1afc0..76e324b8f 100644 --- a/.github/repo_meta.yaml +++ b/.github/repo_meta.yaml @@ -1,4 +1,4 @@ point_of_contact: @snowflakedb/client production: true code_owners_file_present: false -jira_area: Snowpark: Application Development Ecosystem +jira_area: Developer Platform diff --git a/.github/workflows/jira_issue.yml b/.github/workflows/jira_issue.yml index af5b27922..81d30a818 100644 --- a/.github/workflows/jira_issue.yml +++ b/.github/workflows/jira_issue.yml @@ -37,7 +37,7 @@ jobs: summary: '${{ github.event.issue.title }}' description: | ${{ github.event.issue.body }} \\ \\ _Created from GitHub Action_ for ${{ github.event.issue.html_url }} - fields: '{ "customfield_11401": {"id": "14583"}, "assignee": {"id": "61027a219798100070592b20"} }' + fields: '{ "customfield_11401": {"id": "14723"}, "assignee": {"id": "61027a219798100070592b20"} }' - name: Update GitHub Issue uses: ./jira/gajira-issue-update