Child pages
  • S-JQL Reference

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Relational constraint has the form relation operator subConstraint. Here, subConstraint is a constraint on the relatives of issues to be matched; other parts of relational constraint are discussed in the following sections.

Note that the form of relational constraint is similar to the form of JQL clause, {{field operator value}}.
Indeed, let's describe in English a JQL query {{type in (Epic, Story)}}: it matches issues having _type_ that is _in_ values _Epic, Story_.
Now, let's describe in English a structure query {{parent in \ [type = Epic\]}}: it matches issues having _parent_ that is _in_ constraint "{{type = Epic}}".
As you can see, the form that can be used to describe the structure query is similar to that of JQL.

Info

Wiki Markup

^ up to the list of S-JQL topics

...