Hi
I want list of users that have assigned the issue to someone else in last week.
Is there a plugin or jql for this problam?
thanks
JQL only allows you to find issues. For example, you can find issues which were re-assigned in the last week. But you xcan't find users who did it unless you capture those users in a custom field and add it as a column in the search results. You still have to extract the details to do anything with it.
In order to capture the users who re-assigned the issues, you will need to write a calculated custom field in a plugin or use scripted fields from one of the existing plugins like script runner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.