com.atlassian.jira.issue
Interface AssignIssueUtils

All Known Implementing Classes:
AssignIssueUtilsImpl

public interface AssignIssueUtils


Method Summary
 GenericValue assignIssue(GenericValue issue, User remoteUser, java.lang.String assignee)
           
 int getCurrentWorkflowStep(GenericValue issue, User remoteUser)
           
 boolean stopProgressIfInProgress(GenericValue issue, User remoteUser)
           
 

Method Detail

stopProgressIfInProgress

public boolean stopProgressIfInProgress(GenericValue issue,
                                        User remoteUser)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getCurrentWorkflowStep

public int getCurrentWorkflowStep(GenericValue issue,
                                  User remoteUser)

assignIssue

public GenericValue assignIssue(GenericValue issue,
                                User remoteUser,
                                java.lang.String assignee)
                         throws java.lang.Exception
Throws:
java.lang.Exception