Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The Source field can be used with the Relationships sub-query only, and provides the same functionality as the Destination field, but for the source end of a relationship.

...

Code Block
languagenone
Relationships IN { 
  Source IN { EntityType = Incident } 
  AND Destination IN { EntityType = Requirement} 
} 

See Also

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Relationship

Supported Types

  • AgileRun
  • AutomatedTest
  • AutomatedTestAssignment
  • Incident
  • Requirement
  • RequirementPackage
  • TestExecutionPackage
  • TestScript
  • TestScriptAssignment
  • TestScriptPackage

...