public class

AssignIssueResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.AssignIssueResource

Class Overview

Extensions to the JIRA issue resource.

Summary

Public Constructors
AssignIssueResource(JiraAuthenticationContext jiraAuthenticationContext, IssueService issueService)
Public Methods
Response assignIssue(Issue issue, String assignee)
Protected Methods
ApplicationUser callingUser()
WebApplicationException error(ErrorCollection errors)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AssignIssueResource (JiraAuthenticationContext jiraAuthenticationContext, IssueService issueService)

Public Methods

public Response assignIssue (Issue issue, String assignee)

Protected Methods

protected ApplicationUser callingUser ()

protected WebApplicationException error (ErrorCollection errors)