Hi, today I got an "Incident" from a user where the fix version was changed from Sprint 9 to Sprint 11, but the issue History is not reflecting Who made that change and when. Given this is really controlled by GreenHopper, is there a way to know who did this movement? or a reason why the issue history is not recording that transaction? we are using JIRA 6.0 and JIRA Agile 6.3.13.1
Such changes are recorded by JIRA and they are pretty easy to get with the JQL for JIRA plugin:
select c.created, c.username from issuechanges c where and c.field = 'Sprint' and c.fromvalue = 'Sprint 9' and c.tovalue = 'Sprint 11'
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.