I'm new using JQL and I don't know how to map the status category and a period of time.
I've tried: status was Closed DURING ("-1w", now()) but it brought me issues older than one week.
Hello @Sofia Grunspan
Can you try this :
project = "abc" and status changed to Closed during(startofweek(-1),now())
Hope this helps
As an addition, here you have the complete documentation for CHANGED operator:
Regards
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.