С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.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.