Hello everyone,
We are trying to find issues from a particular protect, but also including other projects, updated by several users in a particular time frame:
(updatedDate >= 2020-07-01 AND updatedDate <= 2020-07-31) AND (project = DIA OR assignee in (xxxxx, xxxxx, currentUser()) OR comment ~ xxxxx OR comment ~ xxxxx) AND Status in ("Backlog", "Selected for Development", "In progress", "Done")
The problem is that if the issue was updated outside that time frame, the filter correctly filters it out. We need to get the issues updated in that time frame, without discarding them in case someone has updated them after that time frame. Is there a way to do that?
Cheers!
PS: "xxxxx" are the usernames :)
Hi @Ignacio A ,
As far as I know, updatedDate field stores the last update date of the issue. So, your request is not possible with jql.
Hello @Mehmet A _Bloompeak_, thank you for your response.
Indeed I was having that limitation. I was thinking of maybe adding another field that could do the trick?
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.