Hi, is there any way to list issues which were in a specific status in a time window? like which issues were 'in progress' from 2011.01.01 till 2011.02.01 ? I know its possible with WAS and DURING in 4.4, but how to do it in 4.3.4?
I close my own question, its irrelevant now.
I close my own question, its irrelevant now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try something like the following. Its not ideal, as you would need to list out each of the statuses that you are looking for but it may provide the information that you are looking for
project = "Software" and (status = "In Progress") or (status = Approved) and duedate < 2011-06-01
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dont really get it, you JQL is nothing to do about what I'm looking for. Your jql lists issue which are in project 'Software' and its current status is 'in progress', OR its current status is Approved and duedate is less than 2011-06-01 (any project). I'm looking for a list which contains issues which are in a specific project and they was in 'in progress' status from 2011.01.01 till 2011.02.01 (if an issue in this project was in progress for 5 minutes at 2011.01.10, then it should be listed. or if it was in progress before 2011.01.01 and resolved at 2011.01.10, then it sould be listed).
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.