Hi,
I have a 'linkedissue' field in which some filed contain values and some are blank. I want to filter out the blank values. when I try to write JQL it does not support 'is' and 'is not' operators. Can you please help how I can achieve this?
Advice at earliest.
Thanks.
Hi @Lalit Salunkhe and welcome to the community!
the linked issues field is a little complex so it doesn't quite work that way, but if you want to see issues with/without links, you can do this:
issueLinkType IS EMPTY
issueLInkType IS NOT EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.