Add

Add two numbers.

Adds two numbers and returns the sum.

Inputs

  • ArequiredNumber. Uses this value as the first addend.
  • BrequiredNumber. Uses this value as the second addend.

Outputs

  • ResultNumber. Returns the sum of A and B.

Example use cases

Roll up estimates

Add child estimates together before writing the total back to the parent ticket.

See also