Forums

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

Find all linked Issues of Epics from certain user

GS1337
Contributor
May 21, 2020

Hi,

 

i try to filter all issues via JQL which are linked to Epics where a certain user is the reporter, can anybody help me with that?

I have the scriprunner Plug In for more JQL options installed

 

Thx!

2 answers

2 votes
Jack Nolddor _Sweet Bananas_
Atlassian Partner
May 21, 2020

Hi SG1337,

Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. Using i.e. JQL Booster Pack you can type the following:

 

1) Query for issues linked to an Epic reporter by a given user

issue IN epicsOf(' reporter = youruser ')

(*) Note that this is just an example, you must tune above query to fit your needs, i.e.: use issueFunction instead of issue if you have Script Runner for Jira

 

Using this app you can also query other issues relations, check:

 

References:

0 votes
Muhammad Ramzan_Atlassian Certified Master_
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.
May 21, 2020

I am using JQL Search Extensions for Jira & reports

You can give a try ,its very simple, just execute the following query and it will return all epic issues even their sub tasks where reporter "username"

 

issue in allIssuesInEpic("reporter = username")

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events