Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

How to format operators when making Numeric Formulas.


Supported Operators

What can Abacus do?

Abacus is designed to make complex computing within JIRA easier. Instead of writing scripts as a developer, Abacus allows project administrators to create and maintain formulas for their own projects. 

 

Supported Operators

supported

Addition: +

Subtraction: - 

Multiplication: *

Division: /

Exponents: ^

Modulus Division: %

Example Formulas
NameOperatorsExample
Addition +

Field A + Field B = Field C

Field A + 5 = Field C

Subtraction-

Field A - Field B = Field C

Field A - 5 = Field C

Order of Operations

((
Multiplication*

Field A *

2) / Field C) +

Field B = Field

D

C

(

Field A

+ Field B) ^

* 2 = Field C

Division ÷

Field B

/

÷ Field A = Field C

Field B

/

Exponential

÷ 3 = Field C

Multiplication

Field A * Field B = Field C

Field A * 2 = Field C 

Exponents^

Field B ^ Field A = Field C

Field A ^ (1/2) = Field C

Modulus%

Field A % 2 = Field C

Field A % Field B = Field C



Order of Operations

((Field A * 2) / Field C) + Field B = Field D
(Field A + Field B) ^ 2 = Field C