diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index a72399d10d..984276c69c 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -64,7 +64,7 @@ jobs: uses: tomhjp/gh-action-jira-search@v0.2.1 with: # cf[10089] is Issue Link custom field - jql: 'project = "" and issuetype = "GH Issue" and cf[10089]="${{ github.event.issue.html_url || github.event.pull_request.html_url }}"' + jql: 'issuetype = "GH Issue" and cf[10089]="${{ github.event.issue.html_url || github.event.pull_request.html_url }}"' - name: Sync comment if: github.event.action == 'created' && steps.search.outputs.issue