Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I combine issueFunction in issuesInEpics and created in the same query?

Victoria Luskin
Contributor
February 20, 2024

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

2 answers

1 accepted

3 votes
Answer accepted
Clark Everson
Community Champion
February 20, 2024

Hi @Victoria Luskin 

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

Victoria Luskin
Contributor
February 20, 2024

@Clark Everson thanks a lot for your prompt response. Indeed works with this date format.

0 votes
Craig Nodwell
Community Champion
February 20, 2024

Hi @Victoria Luskin I would agree with @Clark Everson this is formatting.  What is the Date format in your instance?

Victoria Luskin
Contributor
February 20, 2024

20/Feb/24 

Suggest an answer

Log in or Sign up to answer