You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.