what is the return "value of object.status.name.equals("Eng Assign")"?

Manjunatha K R February 23, 2017

Hi,

def object = ComponentAccessor.getIssueManager().getIssueObject(link)        

if((object.status.name.equals("ENGINEERING FIXED") == 1)

{ do some thing }

esle

{ do something else }

is it a boolean value i,e True or False or integer values like 0 or 1 or ???

  • Manju

1 answer

1 vote
Jonny Carter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 23, 2017

I think this is a duplicate of your other question. Short answer: it's a boolean ( true or false ).

Suggest an answer

Log in or Sign up to answer