Skip to content

Commit

Permalink
INTMDB-1190: Update message added to github issue in the automation t…
Browse files Browse the repository at this point in the history
…o create Jira ticket
  • Loading branch information
andreaangiolillo committed Oct 12, 2023
1 parent 0bccb79 commit b47f5ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,11 @@
with:
issue-number: ${{ github.event.issue.number }}
body: |
Thanks for opening this issue. The ticket [${{ steps.create.outputs.jira-ticket-id }}](https://jira.mongodb.org/browse/${{ steps.create.outputs.jira-ticket-id }}) was created for internal tracking.
Thanks for opening this issue! Please make sure to provide the following information to help us reproduce the issue:
- Terraform configuration file used to reproduce the issue
- Terraform log files from the run where the issue occurred
- Terraform Atlas provider version used to reproduce the issue
- Terraform version used to reproduce the issue
- Confirmation if Terraform OSS, Terraform Cloud, or Terraform Enterprise deployment
The ticket [${{ steps.create.outputs.jira-ticket-id }}](https://jira.mongodb.org/browse/${{ steps.create.outputs.jira-ticket-id }}) was created for internal tracking.

0 comments on commit b47f5ef

Please sign in to comment.