diff --git a/.github/workflows/send-to-jira.yml b/.github/workflows/send-to-jira.yml index 909935e1..cee84f68 100644 --- a/.github/workflows/send-to-jira.yml +++ b/.github/workflows/send-to-jira.yml @@ -26,7 +26,7 @@ jobs: - name: Create task in DevEx board if: github.event.label.name == 'tf-devex-triage' && !steps.search.outputs.issue - uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 #v3.0.1 + uses: atlassian/gajira-create@59e177c4f6451399df5b4911c2211104f171e669 # v3.0.1 with: project: TFECO issuetype: "Task"