Skip to content

Commit f16a35b

Browse files
SNOW-1111018: Update area in JIRA integration (#1648)
1 parent 9a1aefe commit f16a35b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/repo_meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jira_project_issue_type: Bug
2626

2727

2828
# jira_area: the jira area that raised issues should use
29-
jira_area: Snowpark: Application Development Ecosystem
29+
jira_area: Developer Platform

.github/workflows/jira_issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
summary: '${{ github.event.issue.title }}'
3838
description: |
3939
${{ github.event.issue.body }} \\ \\ _Created from GitHub Action_ for ${{ github.event.issue.html_url }}
40-
fields: '{ "customfield_11401": {"id": "14583"}, "assignee": {"id": "61027a219798100070592b20"} }'
40+
fields: '{ "customfield_11401": {"id": "14723"}, "assignee": {"id": "61027a219798100070592b20"} }'
4141

4242
- name: Update GitHub Issue
4343
uses: ./jira/gajira-issue-update

0 commit comments

Comments
 (0)