Hello team
I would like to create a filter to see all my tasks that are not related to user story.
Could you help me please .
I tried this filter : project = "OA" AND issuetype = Task AND linkedIssue is EMPTY
Note : i use the link type relate to
But this doesnt work.
Thank you.
Unfortunately this is not available in Jira , but if you have scriptrunner installed then you can do it via the following JQL - project = XYZ and issueFunction not in hasLinks()
Also, Jira 8 has added few new options to their Advanced Searching for "issuelinktype", you can find more details here - Advanced searching - fields reference
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.