Is it possible to do a "join" in an issue search?

For example, I have two projects, one with development issues and one with deployment "tickets" (issues that track a software deployment.  Dev issues are linked to deployment issues with a "deployed in" link type.  I'd like to do a search like this:

 

project: DevIssues has: {deployed by} where: deployedVersion: 1.2.1

And have it return a list of all development issues that have a related deployment issues that was deployed in version 1.2.1.

Is this possible?

0
1 comment
Official comment

Hello Brad,

you can perform a search with multiple conditions just by typing all these conditions one after another, like this:

project: DevIssues has: {deployed by} deployedVersion: 1.2.1

Please sign in to leave a comment.