How to create a report which will show tasks that have been in specific status within period of time

AndyU April 2, 2015

Hi,

I need to find out which tasks in specific project have been in status (Live request) within the last 3 months. Most of the tasks are currently closed so it is difficult to determine which have been in there.

Is there any way of creating report like this?

Thanks

1 answer

0 votes
Udo Brand
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.
April 3, 2015

use the was operator:

project = YourProject and status was "Live request" after startOfDay(-3M)

Suggest an answer

Log in or Sign up to answer