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 ef19d05 commit ab3ca2f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/jira-issue-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ jobs:
project: ${{ secrets.JIRA_PROJECT }}
issuetype: Task
summary: |
[SDK - Experiment Ruby Server] ${{ github.event.issue.title }}
[SDK - experiment-ruby-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-ruby"]
}' # sprint, pillar, pod, labels
"labels": ["experiment-ruby-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 ab3ca2f

Please sign in to comment.