Hello
Targe ist to find alle EPIC which have not linkedIssues, means Empty EPIC.
I try to find a solution (there many entries here but not find the right solution)
a) project = ABC and issueType = EPIC and parent is EMPTY and issuetype not in (Epic,Subtask)
=> parent with EMPTY not allowed in my jira
b) project = ABC and isseuTpye = EPIC and hasLinkType("Epic-Story Link")))
=> hasLinkType not existing in my jira
c) project ABC AND issuetype = EPIC AND numberOfLinks = 0
=> numberOfLInks not exist in my jira
Same with IssueFunction ...
=> IssueFunction not exist in my jira