You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jesse,
My team recently took over some of these actions, I went through the process from scratch and I am getting labels appear using the same syntax as you...
Would you be able to retry?
Unlikely, but can you double check that the actions were successful in your GitHub actions tab, just incase it returned an error.
- name: Create
id: create
uses: atlassian/gajira-create@v3
with:
project: E2E
issuetype: Task
summary: Test task from GH
description: details of things
fields: '{"labels": ["ExampleLabel"]}'
# Show me the new issue
- name: Log created issue
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
In this example:
It creates the Task in JIRA for the correct project, but the label doesn't exist.
The text was updated successfully, but these errors were encountered: