I manage a team of folks who work in JIRA to resolve/triage tickets, and I am trying to develop a filter that catches previous day activity without having to change the date every time. The endofday (-1) captures to the minute and catches weekends, and I can't figure out a way around it. Here is my sample script and needs:
Script: project in (value, value, value, etc.) and status in (Closed, Blocked) and issuekey in updatedBy("name" "name" "name" etc., "-1d")
Need-I want to use this filter to add visual 'widgets' to our dashboards, but Monday each week will show 0, as we do not work weekends. Is this possible?
Additionally, if I add multiple names to the Filter, it returns results, but there is no column that captures "IssueKey"/"UpdatedBy". Is there a known workaround here?
TIA, I am a brand new JIRA user with little experience in these things.