Class UpdateNotNullIssueFieldFunction

All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class UpdateNotNullIssueFieldFunction extends UpdateIssueFieldFunction
  • Constructor Details

    • UpdateNotNullIssueFieldFunction

      public UpdateNotNullIssueFieldFunction()
  • Method Details

    • execute

      public void execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.WorkflowException
      Takes a name (vars.key) of a transient var in the args map If the modified fields of the issue contains that the field id stored in "vars.key" set the field value as the field.value and call the super method to update the issue field function.
      Specified by:
      execute in interface com.opensymphony.workflow.FunctionProvider
      Overrides:
      execute in class UpdateIssueFieldFunction
      Throws:
      com.opensymphony.workflow.WorkflowException