Hello,
I am using SIL script custom field for returning the array element which match the criteria but I am not able to see any values here is my script can any one please help me on this
string [] linkedissue = linkedIssues(key,"Dependency");
string [] test;
for(string link in linkedissue){
if(%link%.issueType == "Story"){
arrayAddElement(test,link);
}
}
return arrayKeys(test);
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.