Page tree

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

Skip to end of metadata
Go to start of metadata

Structure's JavaScript API provides ways to extend the client-side functionality of the Structure plugin.

JavaScript API Functions

This page lists static functions exposed by the Structure API.

JavaScript API Classes

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