Jira Filter for who transitioned an issue from a status.

Jeremy Lynde January 11, 2022

Hi,

 

I am looking to create a filter issues based on who transitioned the issues from one status to the next. More than likely the users will not have been assigned to the issue, so I am hoping that I am able to search/filter based on information in the History. 

Is this possible?

2 answers

2 votes
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 11, 2022

Hi @Jeremy Lynde 

Simply, you can create a custom user picker and set the value in post-function with current user.

Alternatively, you can write a JQL by giving a specific user. Ex:

  • status changed from "In Progress" to Done by user

It is also possible to get this info from database. Check this post.

At last, take a look at paid add-ons in marketplace.

Saira
Contributor
October 20, 2022

status changed from "In Progress" to Done by user

 

for this query, do you put the name of the user after by? 

1 vote
Amanda Culver
Contributor
August 21, 2023

CLOUD : 

Cog > 'User Management' > [search for, and click on the user]

from the URL bar, copy the user's Unique User Identifier (after "/users/")

status changed from "In Progress" to Done by gfedcba987654321abcdefg12

Suggest an answer

Log in or Sign up to answer