PHP 클래스 chobie\Jira\Issue

파일 보기 프로젝트 열기: chobie/jira-api-restclient 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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