I want to be able to have the user see on the dashboard issues that are "Past Due", "Due This Week", and "Due in Two Weeks". Is there any way that this is possible with the gadgets already provided to me in JIRA Software? Would I have to look for a certain add-on to make this possible?
Thanks,
Ian Balas
Hi Ian,
You could us the 'due' field to create a filter that shows all the issues that are past due, due this week, and due in two weeks, and then add the filter gadget in the report. E.g.:
Due by the end of this week:
due < endOfWeek() and due > startofWeek()
Due by the end of next week:
due < endOfWeek("+1")
due < now()
Carlos
Meaning you have to have a Field on your task called " Due Date" or based on what Jira knows is due that week ?
I have the situation that i have a field called " customer inquiry received date" and i have only 2 days to answer, then i have another date field called " customer quote requestdate" and i have 10 days to answer.
how can I do it using this proposed solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can use the gadget Issue Calendar which has the functionality to calculate the Due Date
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ian,
Consider using filter result gadget and create unique filters and gadget for each.
e.g.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ian Balas
If you have the Scriprunner plugin you can create scripted fields to represent derived data values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is an add-on that I have created, which has some of the required functionality (overdue, due this week issues listed) - https://marketplace.atlassian.com/apps/1219429/status-progress-report-gadget-for-jira
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.