Hi,
I created a query issueFunction in issuesInEpics("labels = TEST") and it works properly.
However when I add AND created > 20240101, I get the same results, without reference to the creation date. issueFunction in issuesInEpics("labels = TEST") AND created > 20240101
Can it be combined in the same query?
Thanks
I just tested this on my instance and it looked like it worked:
issueFunction in issuesInEpics("labels = TEST") AND created > "2024-01-01"
So it may just be formatting. Hope this helps!
Best,
Clark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Victoria Luskin I would agree with @Clark Everson this is formatting. What is the Date format in your instance?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.