Skip to content

Commit

Permalink
chore: update jira issue create action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Mar 14, 2024
1 parent aaf126f commit 4503a60
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/jira-issue-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
environment: Jira
name: SDK Bot Jira Issue Creation
steps:
Expand All @@ -25,15 +25,12 @@ jobs:
project: ${{ secrets.JIRA_PROJECT }}
issuetype: Task
summary: |
[SDK - Experiment Python Server] ${{ github.event.issue.title }}
[SDK - experiment-python-server] ${{ github.event.issue.title }}
description: |
${{ github.event.issue.html_url }}
fields: '{
"customfield_10006": 1391,
"customfield_11481": {"value": "Governance 🕵️"},
"customfield_11200": {"value": "Developer Experience"},
"labels": ["experiment-python"]
}' # sprint, pillar, pod, labels
"labels": ["experiment-python-server", "sdk-backlog-grooming", "github"]
}'

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

0 comments on commit 4503a60

Please sign in to comment.