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

Linking stories to epics is broken #90

Open E-N-G-XOR opened 1 year ago

E-N-G-XOR commented 1 year ago

Using the example to link a story to a epic doesn't work. Would like to have other options like "relates to, or cloned by"

module.jira1.jira_project.project_c: Modifications complete after 0s [id=10106] ╷ │ Error: Request failed: Creating Request failed: {"errorMessages":["You cannot create two issue link types with the same name."],"errors":{}}: request failed. Please analyze the request body for more details. Status code: 400 │ │ with module.jira1.jira_issue_link_type.blocks, │ on Modules\jira1\links.tf line 1, in resource "jira_issue_link_type" "blocks": │ 1: resource "jira_issue_link_type" "blocks" { │ ╵