Skip to content

Commit 4503a60

Browse files
committed
chore: update jira issue create action
1 parent aaf126f commit 4503a60

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/jira-issue-create.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
environment: Jira
1212
name: SDK Bot Jira Issue Creation
1313
steps:
@@ -25,15 +25,12 @@ jobs:
2525
project: ${{ secrets.JIRA_PROJECT }}
2626
issuetype: Task
2727
summary: |
28-
[SDK - Experiment Python Server] ${{ github.event.issue.title }}
28+
[SDK - experiment-python-server] ${{ github.event.issue.title }}
2929
description: |
3030
${{ github.event.issue.html_url }}
3131
fields: '{
32-
"customfield_10006": 1391,
33-
"customfield_11481": {"value": "Governance 🕵️"},
34-
"customfield_11200": {"value": "Developer Experience"},
35-
"labels": ["experiment-python"]
36-
}' # sprint, pillar, pod, labels
32+
"labels": ["experiment-python-server", "sdk-backlog-grooming", "github"]
33+
}'
3734

3835
- name: Log created issue
39-
run: echo "Issue AMP-${{ steps.create.outputs.issue }} was created"
36+
run: echo "Issue SKY-${{ steps.create.outputs.issue }} was created"

0 commit comments

Comments
 (0)