Class JGithubPackageIssues
GitHub API Issues class for the Joomla Platform.
- JGithubObject
- 
			 JGithubPackage JGithubPackage
- 
			 JGithubPackageIssues JGithubPackageIssues
		
		
		
		Package: Joomla\Platform\GitHub
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Documentation: https://developer.github.com/v3/issues
Located at joomla/github/package/issues.php
	
		Deprecated: 4.0 Use the
joomla/github package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Documentation: https://developer.github.com/v3/issues
Located at joomla/github/package/issues.php
Methods summary
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | 
			#
			 getListByRepository( string $user, string $repo, string $milestone = null, string $state = null, string $assignee = null, string $mentioned = null, string $labels = null, string $sort = null, string $direction = null, Method to list issues. | 
| 
				 public 
				object
				
				 | 
			#
			 createComment( string $user, string $repo, integer $issueId, string $body )Method to create a comment on an issue. | 
| 
				 public 
				object
				
				 | 
			#
			 createLabel( string $user, string $repo, string $name, string $color )Method to create a label on a repo. | 
| 
				 public 
				
				
				 | 
			#
			 deleteComment( string $user, string $repo, integer $commentId )Method to delete a comment on an issue. | 
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | 
			#
			 editComment( string $user, string $repo, integer $commentId, string $body )Method to update a comment on an issue. | 
| 
				 public 
				object
				
				 | |
| 
				 public 
				object
				
				 | 
			#
			 getComment( string $user, string $repo, integer $commentId )Method to get a specific comment on an issue. | 
| 
				 public 
				array
				
				 | 
			#
			 getComments( string $user, string $repo, integer $issueId, integer $page = 0, integer $limit = 0 )Method to get the list of comments on an issue. | 
| 
				 public 
				object
				
				 | |
| 
				 public 
				array
				
				 | 
Methods inherited from JGithubPackage
Methods inherited from JGithubObject
			__construct(), 
			fetchUrl(), 
			processResponse()
		
Magic methods summary
Properties summary
| 
				protected  
				string
			 | $name | |
| 
				protected  
				array
			 | $packages | 
Properties inherited from JGithubObject
Magic properties
| 
				public  read-only
				 | $assignees |  | 
				#
				 GitHub API object for assignees. | 
| 
				public  read-only
				 | $comments |  | 
				#
				 GitHub API object for comments. | 
| 
				public  read-only
				 | $events |  | 
				#
				 GitHub API object for events. | 
| 
				public  read-only
				 | $labels |  | 
				#
				 GitHub API object for labels. | 
| 
				public  read-only
				 | $milestones |  | 
				#
				 GitHub API object for milestones. | 
