Forums

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

Jira Automation Scheduled Trigger: JQL Search

Cole Dickens February 19, 2025

I'm trying to configure a scheduled automation to trigger an action based on the value (date) on my ' Last Working Day' custom field (customfield_10714).  When I attempt to validate the query via JQL search, I get the error:

"Invalid JQL: Field 'customfield_10714' does not exist or you do not have permission to view it."

Screenshot 2025-02-19 102538.png

I also receive the same error for my other custom field (customfield_10748).  I've verified that this custom field does exist and that it contains the correct value (date) via Postman.  I've also verified that I have the correct permissions to view it.

Here is my JQL search:

customfield_10714 = startOfDay() AND customfield_10748 = "Scheduled Offboarding" AND status != "Completed"

I'll admit that JQL is not my strength and it's somewhat new to me so maybe I'm doing something wrong here or I simply don't understand how/what is being validated.  Is it looking for existing open requests/issues?

Any help would be greatly appreciated.

 

2 answers

1 accepted

2 votes
Answer accepted
Trudy Claspill
Community Champion
February 19, 2025

Hello @Cole Dickens 

Welcome to the Atlassian community.

You can use the Issue Search screen to build the filter you need and then copy the JQL from there to your Automation Rule. The Issue Search screen has autocompletion suggestions and both JQL and basic views to help you create filters.

https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/

Cole Dickens February 20, 2025

This worked perfectly. Thanks for the tip.

4 votes
Alexis Robert
Community Champion
February 19, 2025

Hi @Cole Dickens , 

 

for JQL the syntax is a bit different, this is what you should use : 

 

cf[10066] = startOfDay()

 

This way works fine in Automation too, so that should solve your issue.

 

Let me know if this helps, 

 

--Alexis

Cole Dickens February 20, 2025

Thanks for the suggestion, Alexis.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events