Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Function converts any input parameter into readable text. This is useful for a simple casting java objects to text.

Following parameters are obligatory:

Type
Notes
ANYAny value,  SQL or Java type. Although this functions is design to handle java objects.

The result of these function will be the value computed from XPATH applied to given object. See following example

Number of sprints to which issue is assigned.

SELECT jql.Key, AUX.PATH(jql.Sprint, 'count(.)') NUMBER_OF_SPRINTS
FROM TABLE(AUX.JQL('Key, Sprint','')) jql
  • No labels