Open
Description
In this example:
- name: Create JIRA Issue
id: create
uses: atlassian/gajira-create@v3
with:
project: IL23
issuetype: Task
summary: CI Failure for ${{ github.repository }}
description: Please see full details at https://github.com/${{ github.repository}}/actions/runs/${{ github.run_id }}
fields: '{"labels": ["ExampleLabel"]}'
It creates the Task in JIRA for the correct project, but the label doesn't exist.
Metadata
Metadata
Assignees
Labels
No labels