Forums

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

How to filter for Issues and Subtasks of my Epics

sven.friedrichs
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 21, 2022

Hey,

I recently moved from a hosted Jira instance to Jira Cloud and I want to rebuild one of the quick filters for my team:

The team is working on Epics in small teams called Squads. We have a field called "Squad members" in every Epic. In order to preserve a good overview in the active sprint, we used to have a quick filter to show Issues and Subtasks related to the Epics of the current user. The corresponding filter in our hosted Jira instance makes use of Scriptrunner and looks like this:

  • Filter "myEpics": "Squad members" in (currentUser())
  • Filter "issuesOfMyEpics": issueFunction in issuesInEpics("filter = myEpics")
  • Complete Filter: filter = myEpics OR issueFunction in issuesInEpics("filter = myEpics") OR issueFunction in subtasksOf("filter = issuesOfMyEpics")

Unfortunately, I'm not able to rebuild this filter with Jira Cloud because Scriptrunner works different here. I can implement the filter and activate the synchronisation for the filter but that leads to a quick filter which shows the issues of the user that executed the filter before synchronisation. So basically the team has a quick filter that shows all Issues and Subtasks of my Epics.

Is there a possibility to rebuild the filter without Scriptrunner to take the real current user into account?

0 answers

Suggest an answer

Log in or Sign up to answer