@PublicSpi public abstract class AbstractJiraFunctionProvider extends WorkflowFunctionUtils implements com.opensymphony.workflow.FunctionProvider
FunctionProvider
s (eg. post-functions).
For JIRA FunctionProviders implementing the method:
public void execute(Map transientVars, Map args, PropertySet ps) throws WorkflowException;
WorkflowPluginFactory.getDescriptorParams(java.util.Map)
WorkflowPluginFactory
ORIGINAL_ISSUE_KEY
Constructor and Description |
---|
AbstractJiraFunctionProvider() |
Modifier and Type | Method and Description |
---|---|
protected MutableIssue |
getIssue(Map transientVars)
This method retrieves the (potentially modified) issue object that is being transitioned through workflow.
|
getCaller, getCallerKey, getCallerName, getCallerUser, getCallerUserFromArgs, getUserByKey, populateParamsWithUser, populateParamsWithUser
protected MutableIssue getIssue(Map transientVars) throws DataAccessException
transientVars
- DataAccessException
- If for some reason the issue doesn't exist.Copyright © 2002-2023 Atlassian. All Rights Reserved.