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
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}" }