You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}" }
The text was updated successfully, but these errors were encountered: