Nelson Wolf
Nelson Wolf
**Describe the bug** **Please provide following details** 1. JiraCLI Version: ```bash (Version="1.4.0", GitCommit="eb842e18014303a575fde8e19508b3c7c13982c5", CommitDate="2023-05-09T07:09:45+00:00", GoVersion="go1.19.4", Compiler="gc", Platform="darwin/arm64") ``` 2. Are you using Jira cloud or on-premise jira server? ``` SERVER...
When running on my M1 Mac, I was getting the following error: ``` │ Error: Incompatible provider version │ │ Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a package available for...
I used `slack_notification_enabled = false` and was not supplying a `slack_webhook_url`. This resulted in the following error: ``` │ Error: encrypting with KMS Key (arn:aws:kms:us-xxxx-x:xxxx:key/xxxx-xxxx-xxxx-xxxx-xxxxxxx): InvalidParameter: 1 validation error(s) found....
Github introduced the [Merge Queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) feature. This PR allows the action to work with the new `merge_group` event. Without this change the following error occurs when a PR enters the...
The previous instructions made me think mutation of the .dockerignore file was not supported with the git context, but the the basic .dockerignore was supported (not the case). Just trying...