Forums

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

Question about isNull and fieldname substitution

Jay Keck June 7, 2022

I have multiple field validations that have to be done and I thought I'd just put them in a loop with an array of customfield ids. But the isNull field doesn't seem to accepting my field substitution when building the field name to use as a parameter, it's not detecting null fields. Is what I'm doing below  possible?

string [] fieldids = {"16601"};
for (string fieldid in fieldids) {
    if(isNull("customfield_"+fieldid)) {
       return false,"Field " + getCustomFieldNameById(fieldid) + " must be filled in";
    }
}

Thanks,

Jay

1 answer

0 votes
Jay Keck June 7, 2022

Solved my own question. I tried using variable substitution and it worked just fine!

string [] fieldids = {"16601","16805","16810"};
string customfield;
for (string fieldid in fieldids) {
customfield="customfield_"+fieldid;
if(isNull(%customfield%)) {
return false,"Field " + getCustomFieldNameById(fieldid) + " must be filled in";
}
}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
atlassian, loom, loom for training, loom for teaching, video training, async learning, online education, screen recording, loom tutorials, loom use cases, atlassian learning, team training tools, instructional video, virtual training tools

🛗 Elevate Your Training and Enablement with Loom

Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!

Register today
AUG Leaders

Atlassian Community Events