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

linked issue does not show visual lines in roadmaps for kanban #78

Open carlosmsanchezm opened 2 years ago

carlosmsanchezm commented 2 years ago

when you use "jira_issue_link" resource the links are made but in roadmaps UI for child issue it does not show the lines that visually represent the link on the roadmap if you were to do the link via console. Would be awesome if the "jira_issue_link" also make the visual representation in roadmap ui

resource "jira_issue_link" "linked" { inward_key = "${jira_issue.s3_resources_import.issue_key}" outward_key = "${jira_issue.s3_resources_mod.issue_key}" link_type = "${jira_issue_link_type.blocks.id}" }