Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

issuekey in updatedBy(user) does not work as expected

Derek Woods
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 26, 2022

When my query looks like this:

issuekey in updatedBy(will)

I will get results that include users will, willy, william, etc.

If I try:

issuekey in updatedBy("will smith")

I will again get results that include users will, willy, william, etc.

 

If I try:

issuekey in updatedBy(547851:f5eec6f3-6b71-18d9-96bg-f1415b89d30)

which is will smith's identifier, I get a message "this user doesn't exist"

 

What do I need to do to get results only for "will smith"?

 

 

1 answer

1 vote
Vsevolod Romanchenko
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 13, 2023

You need to insert user's email

issuekey in updatedBy("email@gmail.com")

Suggest an answer

Log in or Sign up to answer