Сan't find Issue created in real time..
project = DDR AND component = IP AND created = now()
Hi @Alex
now() is not a good option since tickets created a second ago will not show up. You may want to use "startofday()" (created today) or "created <= 1h" (within an hour).
Regards
@Fabian Lim something does not work .. I'm just trying to make a filter that could send a task as soon as it was created
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Fabian Lim thank you!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solution :
project = DDR AND component = IP AND created >-1h
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.