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 ???
I think this is a duplicate of your other question. Short answer: it's a boolean ( true
or false
).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.