I'm having an interesting problem with the jira calendar issues gadget. The gadget is returning results for each day, however when I click on the number, I get an empty set of results. It's really weird because I can see the red and green boxes that make up the number reflected above, and when I click on them I go directly to the issue.
I've made sure my gadgets are all up-to-date and I reindexed just in case, but it hasn't helped. I'm wondering if anyone else has experienced this?
Jeff,
Sounds like a CSS issue. Have you tried clearing your browsers cache? Does it happen in all browsers or just one?
Hello. Yes, and it's not just me either. It's everyone using the widget, so it's happening for multiple people on different browsers.
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.
Also I'm using a custom field called Delivery Date for the Date to Display field.Here's a screen shot of the widget showing 8 issues on the 4th and 12 issues on the 5th.
When I click on the 8, my query returns nothing. The query is this:
project in ("Data File & Reporting") AND type in (Story, "Change Req") AND (labels not in (sow, spec, automation, SSIS_Conversion, rbh_etl, QualityImprovement, templates) OR labels is EMPTY) AND status not in (blocked, complete, closed, "won't do") AND summary !~ test AND cf[14510] >= 2021-01-04 AND cf[14510] <= 2021-01-04
If I change the query to use endOfDay instead of specific dates, then I get the results:
project in ("Data File & Reporting") AND type in (Story, "Change Req") AND (labels not in (sow, spec, automation, SSIS_Conversion, rbh_etl, QualityImprovement, templates) OR labels is EMPTY) AND status not in (blocked, complete, closed, "won't do") AND summary !~ test AND cf[14510] >= endOfDay(-3) AND cf[14510] <= endOfDay(-2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.