PHP Class JiraRestApi\Field\Schema

Class Schema
Datei anzeigen Open project: lesstif/php-jira-rest-client

Public Properties

Property Type Description
$custom Ex: "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes", "com.atlassian.jira.plugin.system.customfieldtypes:select"
$customId string custom filed id. Ex: 10201
$items string i don't know what this means.
$type string custom filed type.

Property Details

$custom public_oe property

Ex: "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes", "com.atlassian.jira.plugin.system.customfieldtypes:select"
public $custom

$customId public_oe property

custom filed id. Ex: 10201
public string $customId
return string

$items public_oe property

i don't know what this means.
public string $items
return string

$type public_oe property

custom filed type.
public string $type
return string