how can i get only updated issues excluding created issues?
Hi @itn.saurabh.chavhan ,
When the issue is created, the creation date is also synchronized to the update date.
You can try to filter the result, for example:
reporter = currentUser() AND updated > 2019-11-1 AND created < 2019-11-22
could you please provide the query so it's easier to support you? :)
Best, Max
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.