From d891febeac22153155426562f12d2f86a7f67027 Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Thu, 12 Nov 2020 12:41:10 +0000 Subject: [PATCH] Add runtime label --- .github/workflows/jira.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira.yaml b/.github/workflows/jira.yaml index d1a2452..0c8e5bf 100644 --- a/.github/workflows/jira.yaml +++ b/.github/workflows/jira.yaml @@ -55,7 +55,7 @@ jobs: description: "${{ github.event.issue.body || github.event.pull_request.body }}\n\n_Created from GitHub Action for ${{ github.event.issue.html_url || github.event.pull_request.html_url }} from ${{ github.actor }}_" # customfield_10089 is Issue Link custom field # customfield_10091 is team custom field - extraFields: '{"fixVersions": [{"name": "TBD"}], "customfield_10091": ["ecosystem"], "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}"}' + extraFields: '{"fixVersions": [{"name": "TBD"}], "customfield_10091": ["ecosystem", "runtime"], "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}"}' - name: Search if: github.event.action != 'opened'