Hi,
I need a report of all the issues where a custom field has been updated in the last week. what is the easiest way to do it?
Warm Regards,
Vandana
AFAIK, may not be directly possible with JQL. With an SQL query you could get this, and put this in a Confluence page.
This link may help you to write the query.
http://confluence.atlassian.com/display/JIRACOM/Example+SQL+queries+for+JIRA
Thanks Renjith, unfortunately I or my team do not have access to the hsqldb.
I am thinking of creating another custom date field to store the last-updated-date for the main field on which I want to run the report (lets call it 'A'). Is there any way to default this date field to today's date everytime A is updated? Appreciate your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A workflow post condition using Jamie's script runner to update it may be an option.
https://plugins.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
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.