project = projectname AND issuetype = Story AND status changed FROM "Ready" TO "Done" DURING ("-50d", "-79d")
Will this return all stories in a project that had a status change from Ready to Done from 50 to 79 days in range
Can you try this :
project = projectname AND issuetype = Story AND
status changed from "In progress" to"Done" DURING (startofday(-79), endofday(-50))
After working with people in my area I have found that since we at my company dont force linear moving of issues in workflow I have to add all statuses in my workflow ...AND status changed FROM ("Ready", "Review", "Blocked", "Demo", "Releasing", "Done") DURING (startOfDay(-79), endOfDay(-50)) that this returned an answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.