PHP 클래스 JiraRestApi\Issue\IssueField

상속: implements JsonSerializable
파일 보기 프로젝트 열기: lesstif/php-jira-rest-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$aggregateprogress object | null
$aggregatetimeestimate object | null
$aggregatetimeoriginalestimate string | null
$aggregatetimespent string | null
$assignee Reporter | null
$attachment JiraRestApi\Issue\Attachment[]
$comment JiraRestApi\Issue\Comments
$components array
$created DateTime
$creator Reporter
$customFields array | null
$description string | null
$duedate DateTime | null
$environment string | null
$fixVersions array
$issuelinks array
$issuetype IssueType
$labels array
$lastViewed object | null
$parent object | null
$priority JiraRestApi\Issue\Priority | null
$progress array
$project JiraRestApi\Project\Project
$reporter Reporter
$resolution object | null
$resolutiondate string | null
$status IssueStatus
$subtasks Issue[]
$summary string
$timeTracking TimeTracking
$timeestimate string | null
$timeoriginalestimate object | null
$timespent string | null
$updated DateTime
$versions Version[]
$votes object
$watches object
$worklog object
$workratio integer

공개 메소드들

메소드 설명
__construct ( $updateIssue = false )
addCustomField ( $key, $value )
addLabel ( string $label ) add issue label.
addVersion ( string $name ) add a Affects version.
getCustomFields ( )
getIssueType ( )
getProjectId ( )
getProjectKey ( )
jsonSerialize ( )
setAssigneeName ( string $name ) set issue assignee name.
setDescription ( string | null $description )
setIssueType ( IssueType $name ) set issue type.
setParent ( Issue $parent )
setParentKeyOrId ( string $keyOrId ) set parent issue.
setPriorityName ( string $name ) set issue priority name.
setProjectId ( $id )
setProjectKey ( $key )
setReporterName ( string $name ) set issue reporter name.
setSummary ( $summary )

메소드 상세

__construct() 공개 메소드

public __construct ( $updateIssue = false )

addCustomField() 공개 메소드

public addCustomField ( $key, $value )

addLabel() 공개 메소드

add issue label.
public addLabel ( string $label )
$label string

addVersion() 공개 메소드

add a Affects version.
public addVersion ( string $name )
$name string

getCustomFields() 공개 메소드

public getCustomFields ( )

getIssueType() 공개 메소드

public getIssueType ( )

getProjectId() 공개 메소드

public getProjectId ( )

getProjectKey() 공개 메소드

public getProjectKey ( )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

setAssigneeName() 공개 메소드

set issue assignee name.
public setAssigneeName ( string $name )
$name string

setDescription() 공개 메소드

public setDescription ( string | null $description )
$description string | null

setIssueType() 공개 메소드

set issue type.
public setIssueType ( IssueType $name )
$name IssueType

setParent() 공개 메소드

public setParent ( Issue $parent )
$parent Issue

setParentKeyOrId() 공개 메소드

set parent issue.
public setParentKeyOrId ( string $keyOrId )
$keyOrId string

setPriorityName() 공개 메소드

set issue priority name.
public setPriorityName ( string $name )
$name string

setProjectId() 공개 메소드

public setProjectId ( $id )

setProjectKey() 공개 메소드

public setProjectKey ( $key )

setReporterName() 공개 메소드

set issue reporter name.
public setReporterName ( string $name )
$name string

setSummary() 공개 메소드

public setSummary ( $summary )

프로퍼티 상세

$aggregateprogress 공개적으로 프로퍼티

public object|null $aggregateprogress
리턴 object | null

$aggregatetimeestimate 공개적으로 프로퍼티

public object|null $aggregatetimeestimate
리턴 object | null

$aggregatetimeoriginalestimate 공개적으로 프로퍼티

public string|null $aggregatetimeoriginalestimate
리턴 string | null

$aggregatetimespent 공개적으로 프로퍼티

public string|null $aggregatetimespent
리턴 string | null

$assignee 공개적으로 프로퍼티

public Reporter,JiraRestApi\Issue|null $assignee
리턴 Reporter | null

$attachment 공개적으로 프로퍼티

public Attachment[],JiraRestApi\Issue $attachment
리턴 JiraRestApi\Issue\Attachment[]

$comment 공개적으로 프로퍼티

public Comments,JiraRestApi\Issue $comment
리턴 JiraRestApi\Issue\Comments

$components 공개적으로 프로퍼티

public array $components
리턴 array

$created 공개적으로 프로퍼티

public DateTime $created
리턴 DateTime

$creator 공개적으로 프로퍼티

public Reporter,JiraRestApi\Issue $creator
리턴 Reporter

$customFields 공개적으로 프로퍼티

public array|null $customFields
리턴 array | null

$description 공개적으로 프로퍼티

public string|null $description
리턴 string | null

$duedate 공개적으로 프로퍼티

public DateTime|null $duedate
리턴 DateTime | null

$environment 공개적으로 프로퍼티

public string|null $environment
리턴 string | null

$fixVersions 공개적으로 프로퍼티

public array $fixVersions
리턴 array

$issuetype 공개적으로 프로퍼티

public IssueType,JiraRestApi\Issue $issuetype
리턴 IssueType

$labels 공개적으로 프로퍼티

public array $labels
리턴 array

$lastViewed 공개적으로 프로퍼티

public object|null $lastViewed
리턴 object | null

$parent 공개적으로 프로퍼티

public object|null $parent
리턴 object | null

$priority 공개적으로 프로퍼티

public Priority,JiraRestApi\Issue|null $priority
리턴 JiraRestApi\Issue\Priority | null

$progress 공개적으로 프로퍼티

public array $progress
리턴 array

$project 공개적으로 프로퍼티

public Project,JiraRestApi\Project $project
리턴 JiraRestApi\Project\Project

$reporter 공개적으로 프로퍼티

public Reporter,JiraRestApi\Issue $reporter
리턴 Reporter

$resolution 공개적으로 프로퍼티

public object|null $resolution
리턴 object | null

$resolutiondate 공개적으로 프로퍼티

public string|null $resolutiondate
리턴 string | null

$status 공개적으로 프로퍼티

public IssueStatus,JiraRestApi\Issue $status
리턴 IssueStatus

$subtasks 공개적으로 프로퍼티

public Issue[],JiraRestApi\Issue $subtasks
리턴 Issue[]

$summary 공개적으로 프로퍼티

public string $summary
리턴 string

$timeTracking 공개적으로 프로퍼티

public TimeTracking,JiraRestApi\Issue $timeTracking
리턴 TimeTracking

$timeestimate 공개적으로 프로퍼티

public string|null $timeestimate
리턴 string | null

$timeoriginalestimate 공개적으로 프로퍼티

public object|null $timeoriginalestimate
리턴 object | null

$timespent 공개적으로 프로퍼티

public string|null $timespent
리턴 string | null

$updated 공개적으로 프로퍼티

public DateTime $updated
리턴 DateTime

$versions 공개적으로 프로퍼티

public Version[],JiraRestApi\Issue $versions
리턴 Version[]

$votes 공개적으로 프로퍼티

public object $votes
리턴 object

$watches 공개적으로 프로퍼티

public object $watches
리턴 object

$worklog 공개적으로 프로퍼티

public object $worklog
리턴 object

$workratio 공개적으로 프로퍼티

public int $workratio
리턴 integer