You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I need to create a JQL which displays the past assignee to an issue.
I tried using the following query : "project = "Project Name" and issuetype in (Bug, Story,"Any issue type") AND assignee was @assigneename
but what if we don't know the assignee name what would be the query that would give me the similar data?
Hi @absy92 ,
You can try using "assignee was not in ("known users") and assignee is not EMPTY"
Cheers,
Melo
Thank you @Melo this does the job thank you!
If we are unaware of the assignee names or user names is there a way to get the data where I see the list of issues and their past assignee details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd like to call your attention to a default report in Better PDF Exporter for Jira that creates an assignee history of an issue. It makes it easy to overview past assignees of an issue without figuring out the JQL query or any other difficulty.
See this tutorial blog on Jira assignee history.
(Please note that Better PDF Exporter is a paid and supported app and I'm part of the team developing it.)
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.