The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

We have added a new field and want to capture if left empty.

David Mortimer
Contributor
April 29, 2022

We have added a new field to one of our Jira  project types and I want create a filter to capture if this field is left empty, following a step in the process that requires another field to be populated 

 

project = "Project Name" AND "Initial Doc Sent" is not EMPTY and assignee = Name and created (after April 01 2022) 

The part in the brackets is what I need assistance on. 

 

I don't want to go through the historical jira entries that we created before April 1st 20222

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Ed Gaile _Atlanta_ GA_
Community Champion
April 29, 2022

Should be able to just use: 

AND created >= 2022-04-01

1 vote
Answer accepted
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 29, 2022

Try this...

project = "Project Name" AND "Initial Doc Sent" is not EMPTY and assignee = Name and Created > 2022-04-01 

note that you mentioned you wanted to track if the issue was left empty. The above returns everything that is not empty. I assume that's what you want but it conflicts with what you asked above.

David Mortimer
Contributor
May 2, 2022

@Jack Brickey - Thanks for the advice, the last bit was indeed the bit I needed and the wells potted is not EMPTY instead of is EMPTY, i had already spotted, but thanks for the assistance 

TAGS
AUG Leaders

Atlassian Community Events