From ab3ca2fd28c72673dd5bc885b3e3563d9c2adcc4 Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Wed, 13 Mar 2024 18:26:24 -0700 Subject: [PATCH] chore: update jira issue create action --- .github/workflows/jira-issue-create.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/jira-issue-create.yml b/.github/workflows/jira-issue-create.yml index a7847ec..a238309 100644 --- a/.github/workflows/jira-issue-create.yml +++ b/.github/workflows/jira-issue-create.yml @@ -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"