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.
Please help me with a filter query to find tasks that were not started yet and were reassigned to me by a certain person from the start of the current week.
Thanks in advance!
Hi Katarina - Welcome to the Atlassian Community!
You should should able to just type the username for the person even through the prompt doesn't show up. So something like:
created > startOfWeek() AND assignee changed BY john.funk and assignee was currentuser() and assignee = currentuser() and status = 'to do'
Go ahead and type in the username and see if you get an error.
It actually does work if you write the name, though would have been more convenient if it was prompted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agreed. :-)
Did this take care of what you needed? If so, can you click the Accept answer button to close this one out? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Katarina Apet ,
Welcome to the community!
You can try the following JQL and adjust it as needed.
created > startOfWeek() AND assignee changed BY Ollie and assignee was currentuser() and assignee = currentuser() and status = 'to do'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the quick reply, however in Jira cloud version "assignee changed BY" doesn't allow/prompt to write a person's name. Do you know why is that?
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.