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!
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:
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.