There you go then
issuetype="Story" and status = "In Dev" and created > -1dYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Can you accept my answer so that the community can benefit from that.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jay,
I assume that by "older than one day" you mean created more than 1 day ago. In this case here is the JQL:
issuetype="Story" and status = "In Progress" and created > -1d
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.