PHP Class JiraRestApi\Project\ProjectService

Inheritance: extends JiraRestApi\JiraClient
Afficher le fichier Open project: lesstif/php-jira-rest-client Class Usage Examples

Méthodes publiques

Méthode Description
get ( $projectIdOrKey ) : string get Project id By Project Key.
getAllProjects ( ) : array get all project list.
getAssignable ( $projectIdOrKey ) : Reporter[] get assignable Users for a given project.
getStatuses ( $projectIdOrKey )

Method Details

get() public méthode

get Project id By Project Key.
public get ( $projectIdOrKey ) : string
Résultat string project id

getAllProjects() public méthode

get all project list.
public getAllProjects ( ) : array
Résultat array of Project class

getAssignable() public méthode

get assignable Users for a given project.
public getAssignable ( $projectIdOrKey ) : Reporter[]
Résultat JiraRestApi\Issue\Reporter[]

getStatuses() public méthode

public getStatuses ( $projectIdOrKey )