To create reports for overdue cards with specific timeframes in project management or task tracking tools, it depends on the platform you are using. Here's a general guideline for some popular tools:
Jira:
If you are using Jira, you can use JQL (Jira Query Language) to create filters for your reports. Here's how you can do it:
Create a JQL Filter:
Go to the Jira dashboard.
Click on "Issues" in the top menu.
Click on "Advanced issue search" to open the Jira Query Language (JQL) search.
Enter a query like this to find issues that are 7 days overdue:
JQL
due < -7d
Save the filter.
Create a Dashboard:
Go to the Jira dashboard.
Click on "Dashboards" in the top menu.
Create a new dashboard or edit an existing one.
Add a "Filter Results" gadget and select the filter you created in step 1.
Repeat for Other Timeframes:
Repeat the process, adjusting the JQL query to fit your other timeframes (e.g., due < -10d, due < -30d).
THANK YOU
MEGHA-EMPYRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.