Привет, в версиях JIRA старше 8 можно так искать Project = <key> and issueLinkType in (blocks)
в < 8 , использовать скриптраннер https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_haslinks
Я ищу так project = ITUTP AND issuetype = Инцидент AND issueFunction not in hasLinkType('SD causes issue') и тут еще должно быть условие, что бы он откидывал запросы с пустой связью, а он не хочет
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
а так ?
project = ITUTP AND issuetype = Инцидент AND issueFunction in linkedIssuesOf("")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.