Class IssueStoreFunction
java.lang.Object
com.atlassian.jira.workflow.function.issue.IssueStoreFunction
- All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider
public class IssueStoreFunction
extends Object
implements com.opensymphony.workflow.FunctionProvider
This function will store the current issue (if it exists) and update the cache.
Note: This function will not create a change history, or even set the updated timestamp. It ONLY stores.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic com.opensymphony.workflow.loader.FunctionDescriptor
-
Constructor Details
-
IssueStoreFunction
public IssueStoreFunction()
-
-
Method Details