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.
Hi,
I want to know which issues I have reported but assigned to someone else.
I can create an issue filter, filtered on reported = currentuser().
But, how can I filter on the first assignee of the issue is not the currentuser()?
Greetings,
Dieter
Hi,
What I want, is a list of issues that I have assigned to developers, also the issues which are done, but the done issues which are are assigned to me and not anymore to the developer.
So I want to filter on the original assignee (assignee of first step) and not the current assignee.
Greetings,
Dieter
For the skim readers:
reporter = currentUser() AND assignee != currentUser() ORDER BY createdDate DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go into advanced search and say assignee != currentUser()
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.
When I only search on reporter I also get the issues I assigned to myself, and these ones I don't want in the result. Only the one I have assigned to other people. Problem is, that when the issues is closed I'm back the assignee for issues I assigned to one of my colleagues. So, I want to filter where the orginal assignee was not me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just do a search with you as reporter
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.