Hi.
I have the next situation.
I have defined in the settings a new dimension where I get all the linked issue, all type that we have in my environment.
#Linked Issues
# Follow Up Actions
[jira.customfield_linked_issues]
name = "All Linked Issues"
outward_link = ["blocks", "clones", "comes after", "duplicates", "is a follow up of", "has to be finished together with", "has to be done before", "has to be started together with", "split to", "is idea for", "implements", "merged from", "causes", "relates to", "tests"]
inward_link = ["is blocked by", "is cloned by", "comes before", "is duplicated by", "has follow up actions", "has to be finished together with", "has to be done after", "has to be started together with", "split from", "added to idea", "is implemented by", "merged into", "is caused by", "relates to", "is tested by"]
# issue_type = ""
multiple_values = true
dimension = true
With this I can see the parent issue and the linked issue with the status of both.
I would like to get the issue link type, like for example: Blocks, Duplicate or whatever value type that we have between the parent and the child issue.
Is there any way to obtain this value?
Thank you so much.