Is it possible to export and import data from one project in Jira Software to another project? All issues under each epics including the comments where contains attachments, links etc.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.