The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.