Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Jira Filter for who transitioned an issue from a status.

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.
Jan 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.

status changed from "In Progress" to Done by user

 

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

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