I want to retrieve all issues that had their status changed from X to Y during the "past 30 days". I don't want to use a specific date nor startOf... I want it to be a moving window, i.e. similar to >-1m
Please try the following JQL query in advanced mode:
status changed FROM "In Progress" TO "Resolved" AFTER -30d
A specific date is not in place in this example - as well as a startOf function is also not used.
Cheers,
Daniel
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.
Many Thanks @Daniel Ebers and @Jack Nolddor _Sweet Bananas_ !!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks !! :)
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.