com.atlassian.jira.workflow.function.issue
Class AssignToCurrentUserFunction

java.lang.Object
  extended by com.atlassian.jira.workflow.WorkflowFunctionUtils
      extended by com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
          extended by com.atlassian.jira.workflow.function.issue.AssignToCurrentUserFunction
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class AssignToCurrentUserFunction
extends AbstractJiraFunctionProvider

Assigns the issue to the current user.

Since:
3.12

Field Summary
 
Fields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
ORIGINAL_ISSUE_KEY, ORIGNAL_ISSUE_KEY
 
Constructor Summary
AssignToCurrentUserFunction()
           
 
Method Summary
 void execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
getIssue
 
Methods inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
getCaller, getCallerKey, getCallerName, getCallerUser, getCallerUserFromArgs, populateParamsWithUser, populateParamsWithUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignToCurrentUserFunction

public AssignToCurrentUserFunction()
Method Detail

execute

public void execute(Map transientVars,
                    Map args,
                    com.opensymphony.module.propertyset.PropertySet ps)


Copyright © 2002-2014 Atlassian. All Rights Reserved.