Is it possible to save the date that certain transition happened? For instance, regardless how many assignees certain task had, I want to know in which date assignee changed to "Peter". Thank you,
You're going to have to use the jql and have it include something along the lines of:
assignee was Peter and assignee changed during (date1,date2)
The date range isn't a great solution, but it's the first step on how I'd tackle it.
Thank you for your help!
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.