Forums

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

Updated By JQL Query

nida ergenç March 25, 2025

Hi dear community,

Im struggling about advance searching in jql

what Im looking for;

All issues ,A user, update in only 2025.02.24.

attempted,issuekey IN updatedBy("A,2025/02/24"), i saw some of tickets are created 2025.03.24 even not exist in update date. where am i making mistake? Could you help me please?

4 answers

1 accepted

3 votes
Answer accepted
Laurie Sciutti
Community Champion
March 25, 2025

hello @nida ergenç ~ if you're looking for all issues updated within a specific date range by a specific person, use the following syntax:

issuekey IN updatedBy(user, dateFrom, dateTo)

Ref:  https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-functions-reference-939938746.html  

Laurie Sciutti
Community Champion
March 25, 2025

issuekey IN updatedBy(A, "2025/02/24", "2025/02/25")

Like • Manoj Gangwar likes this
nida ergenç March 26, 2025

Thanks a lot ! now i can make it :)

Like • Laurie Sciutti likes this
1 vote
Armitha Reddy Toorpu Ceema
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 25, 2025

Hi @nida ergenç ,

Good day!

Try the below:

Project = "Project key" AND updated >= "2025-02-24" AND updated <= "2025-02-24" AND username = "<account_id>"

 

Thanks,

Armitha.

 

1 vote
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 25, 2025

Hi @nida ergenç 

JQL: (updated >= "2025-02-24" and updated <= "2025-02-24") and (assignee = a or reporter = a)

1 vote
Manoj Gangwar
Community Champion
March 25, 2025

Hi @nida ergenç 

You may try like below JQL-

 

project = "Project Key" AND (updated >= "2025-02-24" and updated <= "2025-02-24") AND issuekey in updatedBy("A") 

If it does not give you the correct result, use the time frame after the date. 

nida ergenç March 25, 2025

Hi @Manoj Gangwar thank you so much for your answer but unfortunately i couldnot make it again :(

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
atlassian, jira product discovery, jpd premium, product management, idea management, product discovery, jira premium, product planning, atlassian community, product development, roadmap planning, product prioritization, feature management

Introducing Jira Product Discovery Premium ✨

Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.

Learn more
AUG Leaders

Atlassian Community Events