diff --git a/.github/workflows/jira_test.yml b/.github/workflows/jira_test.yml index 2e0d744281..1bca9c6272 100644 --- a/.github/workflows/jira_test.yml +++ b/.github/workflows/jira_test.yml @@ -32,6 +32,6 @@ jobs: # Type of the issue to be created. Would need to add in conditionals by the label most likely. issuetype: Bug # Issue summary - summary: ${{github.event.issues.issue.title}} + summary: ${{github.event.issue.title}} # Issue description - description: ${{github.event.issues.issue.body}} + description: ${{github.event.issue.body}}