Hello, I am using the Tableau AIO connector and would like to add a filter to the connection like the one below but get a syntax error. What would be the correct syntax?
Time Entry Date >= startOfMonth(-6)
Hello @Michael Gonzalez
Welcome to the Atlassian Community!
Per your JQL query, I understand that you would like to return the issues where the "Time Entry date" is 6 days before the start of the current month or after that date. Considering the current month, you want issues where the "Time Entry date" is filled with august 26th or any posterior date. Is that correct?
If it's not, can you please describe to us what issues you want to display on your JQL query?
Besides that, I can see the following errors in your JQL query:
"Time Entry Date" >= startOfMonth(-6)
Created >= startOfMonth(-6)
"Time Entry Date" >= startOfMonth(-6d)
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.