I have a JQL to find the issues that moved to Test in the last 10 days.
project=ABC and status changed TO 'In Test' during (-10d,now())
What I would also like is to display along with the searched rows is the user that changed the status to 'In Test'. (since this may be different to the current assignee)
Hello,
JQL can only return issues. If you want to add a user, who executed a transition, then you can add a user picker custom field and fill it with the current user upon executing this transition. You can find more info here:
Then you can add this user picker field to your JQL query result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.