I record all my work in JIRA, and it would be really handy to get a list of all issues I worked on between two dates?
I've tried various things and searched for solutions to this, but have not been successful. Is this possible?
It depends what do you mean by "I worked on". JIRA can help you query between dates for create / update / transition events in the following manner:
created >= 2015-01-01 and created < 2015-04-01 ... updated >= 2015-01-01 and created < 2015-04-01 ... status changed AFTER startOfWeek() ...
Add here you queries and exactly what you have been trying to see, maybe we could help out more
I'll assume you use Script Runner. If you do - there are some amazing options there. Specifically try something like issueFunction in commented("after -4w by jbloggs") More info: https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-commented(commentquery)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah that's as far as I got, but I have many longer-running tickets that I added comments to within a given week. And I don't change status every time I work on something - comments are what I use to track work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ian, did you solve this? I'm trying to do the same thing.
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.