Does JIRA allow me to check yesterday’s tasks?

I need to check which tasks were updated / created yesterday, last week, last month. I would like to always use the web interface (only), where I could use the selection calendar, insert dates, etc.

Is it possible to create filters with characters that are of particular importance for JIRA to select the last day, week, month, or do I need to write some kind of program?

+4
source share
1 answer

When using JIRA and troubleshooting, you will first find an interface that allows you to specify many search options. One block of options is called "Dates and Times."

enter image description here

When you go to the From and To fields and click the date select button, a dialog box opens:

enter image description here

The result is the following:

enter image description here

So, you can add the ranges of interest to you here (for creating, updating, deadline and resolution) and save the received request as a filter. You can even save the URL that this filter calls, so clicking on the URL in your browser will show the corresponding search and it will show the problems that you have in focus.

+4
source

Source: https://habr.com/ru/post/1384703/


All Articles