Forums

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

How to check whether the description field is empty or not for all the project

b_b_m
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 19, 2017
 

1 answer

0 votes
Sam Hall
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 Leaders.
January 19, 2017

You could do an advanced issue search like this, to return all issues in your project where description is empty:

project = YOUR-PROJECT-KEY and description is EMPTY

If you want for all projects, just do:

description is EMPTY

Suggest an answer

Log in or Sign up to answer