Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
I am trying to find stories that are linked to stories in other projects in order to analyze any cross-project dependencies and build a dashboard around this.
I tried using the sciptrunner plugin and below I am getting all stories with links in project1. Now I am trying to find a way to filter in the linked issues only issues from project2.
issueFunction in linkedIssuesOfRecursive("project=<<project1>>") and status!="Closed" and (issuetype="Story" or issuetype="Bug")
Thanks,