I am trying to search for all issues (features) that are not linked to another type of issue (inititative). Is there any way to do this in Jira Cloud without using a plugin?
Something like:
issuetype = Feature AND status != Done AND LinkedIssueType != Initiative
where LinkedIssueType != Initiative is what I am missing.