Page tree

You are viewing documentation for Structure Server and Data Center version 5.5 and patch releases. For other versions, see Version Index or [Structure Cloud].

Skip to end of metadata
Go to start of metadata

Structure Query Constraint module allows you to define an additional constraint function that can be used in S-JQL.

For example, folder() function explained in S-JQL Reference is implemented with a structure-query-constraint.

Example:

<structure-query-constraint key="constraint-foo"
                            class="com.mycompany.structure.FooConstraint"
                            name="Structure Query Constraint: foo"
                            fname="foo"/>
ElementRequired?Description
keyYesModule key.
nameNoModule name for the JIRA administrator.
classYesClass that implements StructureQueryConstraint.
fnameYesFunction name, must be unique throughout the system.
  • No labels