Hi,
I want to log the number of issues that are linked to a specific type of issue (“GCR”). The end goal is to display a ‘resolved vs handled’ graph (time on x-axis), where handled means that this type of link has been created.
Upon reading this tutorial I created the following:
[jira.customfield_gcrlinked]
name = “GCR”
outward_link = “is specified by”
issue_type = “GCR”
dimension = true
How do I convert this dimension into a usable measure?