We're using a Jira installation with Greenhopper in a test environment. During the test phase, all users have been given admin access despite my concerns. Now someone closed an active sprint I was working on; is there any way to find out when and by whom the sprint was closed?
Hi Leif,
Currently Greenhopper do not have the data to check who are the user close the sprint. I notice we have file a request to our developers to look on it, please see https://jira.atlassian.com/browse/GHS-6332. I recommend you to vote on it and add yourself as a watch list.
Regards,
John Chin
Hi Leif,
You can definately see when the sprint was ended (time and date) in the Burndown Chart in the Report area of your board.
Finding out who closed the sprint is a bit trickier. I tested closing a sprint in my GreenHopper Board hoping to see the event logged in either the project activity stream or my activity stream and no such luck. I also do not see the user associated with the event in any of the reports.
If only there were a way to configure greenhopper reports...
Hope this helps!
Thanks,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Below query can be used for finding the details of Closed date in Human readable format in MySql database
select ID,Name, FROM_UNIXTIME(Start_DATE/1000),FROM_UNIXTIME(COMPLETE_DATE/1000) as completed_dates from AO_60DB71_SPRINT where FROM_UNIXTIME(COMPLETE_DATE/1000) >= '2015-06-01' and closed = 1;
Actually in Sprint table date's are stored in Big Int format(20 digits may be) so need to change it using FROM_UNIXTIME
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This feature is available in JIRA Agile 6.4.0.3 or later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seriously? There isn't a way to see who closed the sprint. There's also no way to re-open a sprint.
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.