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

b_b_m 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