I recently installed Charts and Reports for Jira ServiceDesk and I was wondering if anyone knew if it's possible to filter my KPI by a field having a blank value?
My use case is that we have a field called "Pending Reason" which gives us some more information about the "Pending" status. I would like to include issues that are either waiting on the customer or waiting on nothing.
I cannot figure out how to do this using the UI. It appears that when I add a new filter, there is no option for a blank value. Is what I'm trying to accomplish possible?
Try the below query
"status = Open or status = "waiting on the customer" AND project = "XYZ"
Unfortunately, I don't think it's possible to use JQL with this extension. This is what the filter UI looks like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Due you have any tab advance or basic?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I just contacted their support team and this option is only available for certain fields like resolution.
Thanks for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In future if you want to work on Charts and Reports using dashboard, try using add-on "Rich filters".
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.