Forums

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

How to verify if a custom field for Date is empty with Automation?

Deleted user May 3, 2021

I have defined some custom fields where it is required to capture a Date, but I have found it difficult to implement a condition (in Automation) that can verify if the custom field is empty.

IF/ELSE - Issue Field Condition doesn't support customs fields where a date is stored unfortunately.

 

 

2 answers

2 accepted

4 votes
Answer accepted
Ankur tripathi
Contributor
May 3, 2021

Hi Israel Luna-Vazquez,

You can use JQL in place of If else.

 

Automation for date.PNG

 

Like If "Issue Field name" is Empty.

It will work.

Regards,

Ankur

3 votes
Answer accepted
Brant Schroeder
Community Champion
May 3, 2021

@[deleted] 

You should be able to use If: Issue matches JQL and then have JQL of:

"Your Date Field" is Empty

This will bring back all the issues with the empty custom field and if the issue has an empty date field it will qualify.  You can also limit the number of issues that it pulls back to check against by adding additional criteria to the JQL such as project, status, resolution, issue type, etc.

Deleted user May 3, 2021

Thanks !

Suggest an answer

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

Atlassian Community Events