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

3 votes
Answer accepted
Nikola Perisic
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events