This documentation relates to an older version 2.5 of the Structure Plugin for JIRA. View the current documentation home.

Skip to end of metadata
Go to start of metadata

Structure Javascript API provides a number of classes to be used as base for your own column type implementations. This should be done using subClass() method.

  • Column ClassA subclass of Column class represents column objects of a specific type.
  • ColumnConfigurator ClassColumnConfigurator class encapculates everything related to column type configuration.
  • ColumnOption ClassColumnOption class represents a single column configuration parameter.
  • ColumnType ClassColumnType class represents column type.
  • No labels