PHP Class chobie\Jira\Issue

Afficher le fichier Open project: chobie/jira-api-restclient Class Usage Examples

Protected Properties

Свойство Type Description
$expand array Expand.
$expandedInformation array Expand information.
$fields array Fields.
$id string ID.
$key string Key.
$self string Self.

Méthodes publiques

Méthode Description
__construct ( array $issue = [] ) Creates issue instance.
get ( string $field_key ) : array Gets field by name.
getAssignee ( ) : mixed Get the current assignee.
getCreated ( ) : mixed Get issue created time.
getDescription ( ) : mixed Get description.
getDueDate ( ) : mixed Get due date.
getExpandedInformation ( ) : array Get information represented in call output due to expand=.
getFields ( ) : array Get current fields.
getFixVersions ( ) : mixed Get fix versions.
getId ( ) : string Gets jira's internal issue id.
getIssueType ( ) : mixed Get issue type.
getKey ( ) : string Gets issue key (YOURPROJ-123).
getLabels ( ) : mixed Get labels.
getPriority ( ) : mixed Get priority.
getProject ( ) : mixed Get project info.
getReporter ( ) : mixed Get issue reporter.
getResolution ( ) : mixed Get resolutions.
getResolutionDate ( ) : mixed Get resolution date.
getSelf ( ) : string Get this issue api url.
getStatus ( ) : mixed Get issue status.
getSummary ( ) : mixed Get issue summary.
getUpdated ( ) : mixed Get issue updated time.
getWatchers ( ) : mixed Get watches.

Method Details

__construct() public méthode

Creates issue instance.
public __construct ( array $issue = [] )
$issue array Issue.

get() public méthode

Gets field by name.
public get ( string $field_key ) : array
$field_key string Field key.
Résultat array

getAssignee() public méthode

Get the current assignee.
public getAssignee ( ) : mixed
Résultat mixed

getCreated() public méthode

Get issue created time.
public getCreated ( ) : mixed
Résultat mixed

getDescription() public méthode

Get description.
public getDescription ( ) : mixed
Résultat mixed

getDueDate() public méthode

Get due date.
public getDueDate ( ) : mixed
Résultat mixed

getExpandedInformation() public méthode

.. suffix.
See also: https://docs.atlassian.com/jira/REST/latest/
public getExpandedInformation ( ) : array
Résultat array

getFields() public méthode

Get current fields.
public getFields ( ) : array
Résultat array

getFixVersions() public méthode

Get fix versions.
public getFixVersions ( ) : mixed
Résultat mixed

getId() public méthode

Gets jira's internal issue id.
public getId ( ) : string
Résultat string

getIssueType() public méthode

Get issue type.
public getIssueType ( ) : mixed
Résultat mixed

getKey() public méthode

Gets issue key (YOURPROJ-123).
public getKey ( ) : string
Résultat string

getLabels() public méthode

Get labels.
public getLabels ( ) : mixed
Résultat mixed

getPriority() public méthode

Get priority.
public getPriority ( ) : mixed
Résultat mixed

getProject() public méthode

Get project info.
public getProject ( ) : mixed
Résultat mixed

getReporter() public méthode

Get issue reporter.
public getReporter ( ) : mixed
Résultat mixed

getResolution() public méthode

Get resolutions.
public getResolution ( ) : mixed
Résultat mixed

getResolutionDate() public méthode

Get resolution date.
public getResolutionDate ( ) : mixed
Résultat mixed

getSelf() public méthode

Get this issue api url.
public getSelf ( ) : string
Résultat string

getStatus() public méthode

Get issue status.
public getStatus ( ) : mixed
Résultat mixed

getSummary() public méthode

Get issue summary.
public getSummary ( ) : mixed
Résultat mixed

getUpdated() public méthode

Get issue updated time.
public getUpdated ( ) : mixed
Résultat mixed

getWatchers() public méthode

Get watches.
public getWatchers ( ) : mixed
Résultat mixed

Property Details

$expand protected_oe property

Expand.
protected array $expand
Résultat array

$expandedInformation protected_oe property

Expand information.
protected array $expandedInformation
Résultat array

$fields protected_oe property

Fields.
protected array $fields
Résultat array

$id protected_oe property

ID.
protected string $id
Résultat string

$key protected_oe property

Key.
protected string $key
Résultat string

$self protected_oe property

Self.
protected string $self
Résultat string