Hello,
I'm quite new so please bare with me. I'm developing a dashboard for a service project that handles support tickets and requests. One of the reports that I'm creating for this dashboard is SLA First Response - Met.
There are some days that we do not receive support tickets which causes a 0 value for those days. This makes the line graph look rather clunky towards the bottom which leads me to my question:
Is there a way to exclude the 0 value, but still include the days? This would look like a line on the x axis instead of multiple circles. The circles I'm mentioning are detailed below:
I tried including != 0, != null, != EMPTY, and != IS EMPTY in JQL but that didn't produce the result I was looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.