How can I find date when a sub-task was assigned?

Dilshad Hussain January 2, 2017

Hi,

I have a JQL query to find sub-tasks that are open. I want to find date when sub-task was assigned.

I can see this information in History and Activity, is there any way I can read it from either.

I have around 800 records, so it will not be possible to check each sub task. Is it possible to get the value in filter.

Thanks

1 answer

1 accepted

0 votes
Answer accepted
Aylin Kohls
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 5, 2017

Hi Dilshad.

Maybe you can use change operator in advance search (see documentation here)

An example is assignee changed BEFORE startOfWeek() (time functions are very usefull too)

Regards, Aylin.

Suggest an answer

Log in or Sign up to answer