As of now for the below mentioned J query I have mentioned tickets not updated for 5 days , Is it possible to update the below logic to 5 business days instead of 5 days, could you please share the updated J Query
Need to include 5 business days and exclude weekends for the below query
updatedDate<= "-5d" AND type in (Incident, "Service Request") AND status="Waiting for customer"
Hi,
As far as i know, Jira doesn't know about weekends, a workaround i did in the past was to count days from the beginning (Monday) and exclude the last two. You can achieve this by using the JQL: startofWeek(-2d).
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.