com.atlassian.jira.rest.v2.issue
Class AssignIssueResource

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.AssignIssueResource

public class AssignIssueResource
extends Object

Extensions to the JIRA issue resource.


Constructor Summary
AssignIssueResource(JiraAuthenticationContext jiraAuthenticationContext, IssueService issueService)
           
 
Method Summary
 javax.ws.rs.core.Response assignIssue(Issue issue, String assignee)
           
protected  com.atlassian.crowd.embedded.api.User callingUser()
           
protected  javax.ws.rs.WebApplicationException error(ErrorCollection errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignIssueResource

public AssignIssueResource(JiraAuthenticationContext jiraAuthenticationContext,
                           IssueService issueService)
Method Detail

assignIssue

public javax.ws.rs.core.Response assignIssue(Issue issue,
                                             String assignee)

error

protected javax.ws.rs.WebApplicationException error(ErrorCollection errors)

callingUser

protected com.atlassian.crowd.embedded.api.User callingUser()


Copyright © 2002-2012 Atlassian. All Rights Reserved.