Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeDocumentationField name (use it in AUX.JQL and AUX.GETFIELD)Notes
ApplicationUserJavadocsASSIGNEEOBJECT, CREATOROBJECT, REPORTEROBJECT
ProjectJavadocsPROJECTOBJECT
VersionJavadocsAFFECTEDVERSIONS, FIXVERSIONSMentioned fields returns collection of Versions  - Collection<Version> in Java.
ProjectComponentJavadocsCOMPONENTSField returns collection of Compoents - Collection<Version> in Java.
AttachmentJavadocsATTACHMENTSField return collection - Collection<Attachment> in Java.
LabelJavadocsLABELSField return collection - Collection<Label> in Java.
IssueTypeJavadocsISSUETYPEOBJECT

Collections

Having several fields of issue as Collection of java objects is the main reason that, Smart QL does not handle all issue fields on its own and convert it to SQL types. Flattening collection to a column/row value loses information, whether letting handling them by user with XPATH expressions gives more flexibility and power. See examples:

...