Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to compare values from two fields

Kris halobola
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 26, 2021

Hi, I have a simple code in python:

 

used = int(license_used)

total = int(license_total)
    if (used / total >= 0.8):
      print("Licenses over 80 percent usage.")
But how to do the same in IQL language ? Is it possible ?
I need compare values from two fields and if A = 0.8B, I need create a ticket.
Thanks for any help!

0 answers

Suggest an answer

Log in or Sign up to answer