Hi All,
Can we create a filter or board that has Project 1 stories + Project 2 stories that are linked to Project 1 epics?
please suggest
Hi Manny,
You could use the ScriptRunner plugin to create this query:
project in (Project1) OR (issueFunction in issuesInEpics("project in (Project1)") AND project in (Project2))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know there is no free version of ScriptRunner, but you can get a free trial. You can find more information here in the the Atlassian Marketplace:
https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=cloud&tab=pricing
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.