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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.