PHP Класс chobie\Jira\Issue

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$expand array Expand.
$expandedInformation array Expand information.
$fields array Fields.
$id string ID.
$key string Key.
$self string Self.

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

get() публичный Метод

Gets field by name.
public get ( string $field_key ) : array
$field_key string Field key.
Результат array

getAssignee() публичный Метод

Get the current assignee.
public getAssignee ( ) : mixed
Результат mixed

getCreated() публичный Метод

Get issue created time.
public getCreated ( ) : mixed
Результат mixed

getDescription() публичный Метод

Get description.
public getDescription ( ) : mixed
Результат mixed

getDueDate() публичный Метод

Get due date.
public getDueDate ( ) : mixed
Результат mixed

getExpandedInformation() публичный Метод

.. suffix.
См. также: https://docs.atlassian.com/jira/REST/latest/
public getExpandedInformation ( ) : array
Результат array

getFields() публичный Метод

Get current fields.
public getFields ( ) : array
Результат array

getFixVersions() публичный Метод

Get fix versions.
public getFixVersions ( ) : mixed
Результат mixed

getId() публичный Метод

Gets jira's internal issue id.
public getId ( ) : string
Результат string

getIssueType() публичный Метод

Get issue type.
public getIssueType ( ) : mixed
Результат mixed

getKey() публичный Метод

Gets issue key (YOURPROJ-123).
public getKey ( ) : string
Результат string

getLabels() публичный Метод

Get labels.
public getLabels ( ) : mixed
Результат mixed

getPriority() публичный Метод

Get priority.
public getPriority ( ) : mixed
Результат mixed

getProject() публичный Метод

Get project info.
public getProject ( ) : mixed
Результат mixed

getReporter() публичный Метод

Get issue reporter.
public getReporter ( ) : mixed
Результат mixed

getResolution() публичный Метод

Get resolutions.
public getResolution ( ) : mixed
Результат mixed

getResolutionDate() публичный Метод

Get resolution date.
public getResolutionDate ( ) : mixed
Результат mixed

getSelf() публичный Метод

Get this issue api url.
public getSelf ( ) : string
Результат string

getStatus() публичный Метод

Get issue status.
public getStatus ( ) : mixed
Результат mixed

getSummary() публичный Метод

Get issue summary.
public getSummary ( ) : mixed
Результат mixed

getUpdated() публичный Метод

Get issue updated time.
public getUpdated ( ) : mixed
Результат mixed

getWatchers() публичный Метод

Get watches.
public getWatchers ( ) : mixed
Результат mixed

Описание свойств

$expand защищенное свойство

Expand.
protected array $expand
Результат array

$expandedInformation защищенное свойство

Expand information.
protected array $expandedInformation
Результат array

$fields защищенное свойство

Fields.
protected array $fields
Результат array

$id защищенное свойство

ID.
protected string $id
Результат string

$key защищенное свойство

Key.
protected string $key
Результат string

$self защищенное свойство

Self.
protected string $self
Результат string