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 Details

    • IssueStoreFunction

      public IssueStoreFunction()
  • Method Details

    • execute

      public void execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
      Specified by:
      execute in interface com.opensymphony.workflow.FunctionProvider
    • makeDescriptor

      public static com.opensymphony.workflow.loader.FunctionDescriptor makeDescriptor()