Skip to main content
Version: 3.8.1

Jama

Supported Native Datatypes#

The following tables shows which native datatypes are supported and how they translate into symphony datatypes:

Native datatypeSymphony datatype
INTEGERInteger
BOOLEANBoolean
LOOKUPList
MULTI_LOOKUPList
DATEDate
STRINGString
TEXTMarkup
USERIdentity

Custom query#

The adapter provides a builtin query that is based on the project and itemType specified in the configuration.

To allow customers more detailed control of the query, a custom query can be specified.

The custom queries available in the configuration are all filters of the connected users in the specified project.

warning

If you configure a custom query, you are responsible that the query result contains only objects from the configured project and issueType, the adapter will automatically exclude objects from the query result that do no match these conditions.