I'm having weird issues with Jira Issue macro not wanting to work when filtered with certain parameters...
This works fine to find any of our ten assignee's issues that were created or resolved for for last month:
assignee in (<assignee names go here>) AND (createdDate >= startOfMonth(-1) AND createdDate <= endOfMonth(-1) OR resolutiondate >= startOfMonth(-1) AND resolutiondate <= endOfMonth(-1))
This works fine for only 8 of 10 assignee's issues for the current month and if I include the other two specific users, I get the error "Data cannot be retrieved due to an unexpected error."
assignee in (<assignee names go here>) AND (createdDate >= startOfMonth(0) AND createdDate <= endOfMonth(0) OR resolutiondate >= startOfMonth(0) AND resolutiondate <= endOfMonth(0))
The code is essentially the same except for one looking for last month vs this month, so why would those functions not work when I look for issues from this month for 2 specific assignees out of 10 of our staff.
When editing the macro's filter, you see the results, regardless of whether looking for this month or last month. Close the macro editor, save the page, BOOM... error for those same two users issues from this month!
Things I have tried:
My team is looking at this thing and the two that keep causing errors are wondering why they're being singled out (and only when looking at issues for this month, not last month). Anyone got any ideas?
are you on server? ans what is the resolution date of the two missing issues?
Carla, thanks for the response.
I am just a user at a very large organization, and I'm guessing someone somewhere manages our Confluence on a server.
It's not that I have two missing issues. It's that when I add two specific team members to a Jira Issue macro's filter that looks for their current assigned issues, the macro breaks and causes an unexpected error, and I cant see any of their issues for this month unless I follow the link to view them in Jira and there they are. The very same macro, when modified to look for the two team members issues from last month, will work just fine. The other team members issues show just fine whether for this month or last month. I hope that clarifies it.
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.