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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.