I have a Software Project with a board set up where I'd like to see all the epics in which my team members have tasks assigned to them. I believe this is dictated by the epics that get returned from the Filter specified in Board Settings > General > Filter
My question is how to get all epics assigned to a group of users and the epics that they might not own, but might have a task assigned?
This question seems to ask the same thing: https://community.atlassian.com/t5/Jira-Software-questions/How-to-search-All-epics-with-issues-assigned-to-a-specific-users/qaq-p/2014438
but when I try this same approach I get the error:
The "epicsOf" JQL function provided by "Adaptavist Scriptrunner" for Jira Server works differently in Jira Cloud. Run it directly in "Enhanced Search" instead. See the documentation for more details: https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-jql-keywords-functions
which gives a dead link and I can't find any examples of the proper way to use `epicsOf` function for Jira Server...
Hello @mmcevoy
Welcome to the Atlassian community.
The error you got trying to use epicsOf in the View all issues screen is because in Jira Cloud you can use ScriptRunner functions directly in the issue search screen. Instead you have the construct such filters by going to Apps > ScriptRunner Enhanced Search.
As to the dead link in the message, here is a working link.
https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-enhanced-search/jql-functions
You do have access to ScriptRunner. If you did not you would not have gotten the error message mentioning Enhanced Search.
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.
Sorry I did write the same as @Trudy Claspill so erased the content.
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.