How to create search like "attribute1 is (isn't) equal to attribute2"?

Answered

In one of my projects I have several attributes with versions: Affected Version, Planned Version, etc.

I need to select all the issues by some criteria + 'Affected Version' = 'Planned Version'.

I found only "attribute: value", but not "attribute: attribute".

Is it possible? How to build this query?

0
1 comment
Avatar
Permanently deleted user
Official comment

Hi Sergey,

Unfortunately, it is not possible. The query language doesn't support complex operations between attributes, only values equality, inequality and the belonging to the range.

Please sign in to leave a comment.