The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How can I filter issues by project lead?

Камиля
October 15, 2024

 

JQL -search cannot find the issues by project leads. 

Screenshot_2.png

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Nikola Perisic
Community Champion
October 15, 2024

Welcome @Камиля 

Try using this query:

project in projectsLeadByUser(username) AND status = Open

for username add the profile ID which is shown in your screenshot after lead keyword. This is example query that lists all of the issues that are in Open status, you can adjust it to your needs.

Reference: https://support.atlassian.com/jira-software-cloud/docs/jql-functions/

1 vote
Answer accepted
Jim Knepley - ReleaseTEAM
Atlassian Partner
October 15, 2024

Hi @Камиля 

You might try using the "projectsLeadbyUser()" function to find issues in projects that a specific user leads.

project in projectsLeadByUser("Камиля")

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

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events