Skip to content

Commit

Permalink
fix: Remove title and body temporarily from jira integration (#2499)
Browse files Browse the repository at this point in the history
Revert adding title and body
  • Loading branch information
sfc-gh-asawicki authored Feb 13, 2024
1 parent b17f1af commit 672c97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/team-jira-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
"key": "${{ secrets.JIRA_PROJECT }}"
},
"summary": "terraform-provider-snowflake issue ${{ github.event.issue.number }}",
"description": "*Title*\n${{ github.event.issue.title }}\n\n*URL*\n${{ github.event.issue.html_url }}\n\n*Body*\n${{ github.event.issue.body }}",
"description": "*URL*\n${{ github.event.issue.html_url }}",
"issuetype": {
"name": "Task"
},
Expand Down

0 comments on commit 672c97d

Please sign in to comment.