fourplusone / terraform-provider-jira

Terraform provider to configure JIRA
https://registry.terraform.io/providers/fourplusone/jira/latest
MIT License
180 stars 54 forks source link

Validate Plugin works with Corporate JIRA #66

Closed sion-smith-lbg closed 2 years ago

sion-smith-lbg commented 2 years ago

I am getting the following error when trying to create a basic issue: 2022-07-06T10:30:14.711+0100 [INFO] Starting apply for jira_issue.example 2022-07-06T10:30:14.711+0100 [DEBUG] jira_issue.example: applying the planned Create change 2022-07-06T10:30:14.953+0100 [ERROR] vertex "jira_issue.example" error: creating jira issue failed: : could not unmarshall the data into struct

Is there a way I can validate is the provider works with a corporate installation?

fourplusone commented 2 years ago

I think this is a duplicate of #65