public class

UpdateNotNullIssueFieldFunction

extends UpdateIssueFieldFunction
java.lang.Object
   ↳ com.atlassian.jira.workflow.WorkflowFunctionUtils
     ↳ com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
       ↳ com.atlassian.jira.workflow.function.issue.UpdateIssueFieldFunction
         ↳ com.atlassian.jira.workflow.function.issue.UpdateNotNullIssueFieldFunction

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.workflow.function.issue.UpdateIssueFieldFunction
From class com.atlassian.jira.workflow.WorkflowFunctionUtils
Public Constructors
UpdateNotNullIssueFieldFunction()
Public Methods
void execute(Map transientVars, Map args, PropertySet ps)
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.
[Expand]
Inherited Methods
From class com.atlassian.jira.workflow.function.issue.UpdateIssueFieldFunction
From class com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
From class com.atlassian.jira.workflow.WorkflowFunctionUtils
From class java.lang.Object
From interface com.opensymphony.workflow.FunctionProvider

Public Constructors

public UpdateNotNullIssueFieldFunction ()

Public Methods

public void execute (Map transientVars, Map args, PropertySet ps)

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.

Throws
WorkflowException