Need to pull out report for all issues with date on which they were transitioned to In-Progress and Done.
Hello,
JQL can retrieve only issues. If you want to show a date, on which an issue was transitioned from In-Progress to Done, you need to create a custom field.
You can create a custom field, called Transition Date and fill it automatically on the In Progress to Done transition. You can create an Update Custom Field post function for this transition and set current date for this field. You can find more info here:
Then you can add this field to your search result.
Thank you very much Alexey.
I tried it for demo project, it works just as we need it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If my answer helped, kindly accept my answer as accepted.
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.