I read another post where it is asked to add additional setting to add a custom field to get linked tests. In my case it is not letting me save the additional setting without Java code field
Here is what I added in Additional setting:
Linked Tests to Issue
[jira.customfield_linked_tests]
name = “Linked Tests”
#list of possible links in Jira
outward_link = [“relates to”,“tests”]
inward_link = [“relates to”,“tested by”]
issue_type = “Test”
dimension = true
multiple_values = true
What should be my javacode to verify this?