predecessors

Mohamad_Alhaj_Mohamad March 30, 2020

Hello people ,,

i have 5300 tasks in my project


I only want to see the last 300 events

How can I do that?

ID between 26934 and 26630 for the last 300 operations

thank you very much for all of you

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
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.
March 30, 2020

Hi @Mohamad_Alhaj_Mohamad 

I do not believe that you can do that with out-of-the-box Jira, unless you use the API.

If you know the average number of issues created per day/week/etc.  you could use something like this to get close:

project = MyProject
AND createdDate >= -10d
ORDER BY Key

Best regards,

Bill

Mohamad_Alhaj_Mohamad March 31, 2020

@Bill Sheboy  Thank you i will try it 

Suggest an answer

Log in or Sign up to answer