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:
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?