PHP Class JiraRestApi\Issue\Issue

Inheritance: implements JsonSerializable
Datei anzeigen Open project: lesstif/php-jira-rest-client

Public Properties

Property Type Description
$expand string return only if Project query by key(not id).
$fields IssueField
$id * @var string
$key * @var string
$self * @var string

Public Methods

Method Description
jsonSerialize ( )

Method Details

jsonSerialize() public method

public jsonSerialize ( )

Property Details

$expand public_oe property

return only if Project query by key(not id).
public string $expand
return string

$fields public_oe property

public IssueField,JiraRestApi\Issue $fields
return IssueField

$id public_oe property

* @var string
public $id

$key public_oe property

* @var string
public $key

$self public_oe property

* @var string
public $self