We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1aefe commit f16a35bCopy full SHA for f16a35b
.github/repo_meta.yaml
@@ -26,4 +26,4 @@ jira_project_issue_type: Bug
26
27
28
# jira_area: the jira area that raised issues should use
29
-jira_area: Snowpark: Application Development Ecosystem
+jira_area: Developer Platform
.github/workflows/jira_issue.yml
@@ -37,7 +37,7 @@ jobs:
37
summary: '${{ github.event.issue.title }}'
38
description: |
39
${{ github.event.issue.body }} \\ \\ _Created from GitHub Action_ for ${{ github.event.issue.html_url }}
40
- fields: '{ "customfield_11401": {"id": "14583"}, "assignee": {"id": "61027a219798100070592b20"} }'
+ fields: '{ "customfield_11401": {"id": "14723"}, "assignee": {"id": "61027a219798100070592b20"} }'
41
42
- name: Update GitHub Issue
43
uses: ./jira/gajira-issue-update
0 commit comments