Dear Sir, Madam,
I would like to know which search parameters to use when creating an overview for closed issues.
e.g.: "select issues from project where status is closed and (search parameter) order by etc.
Suppose I would like to know which issues reached status closed after March 1st. Which search parameter(s) I should use?
Kind regards,
Johan Oegema
Scrummaster
Hi Johan,
use this JQL for your purpose:
project = xxx and status changed to closed after "2018-03-01"
That's the one. Thx!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, @Johan Oegema
If you think, your question is answered, please accept it with the checkmark. Other users with similar questions may find answered questions more easy with such a mark.
Thank you
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.