Hello Community ,
How can i display first element only in the string /array in SIL -Cloud
At the moment it is displaying all
string [] moreLinkedIssues = selectIssues("(linksIssue = " + vkey + ") and linkType = \"clones\" and project in (SYS,FV5,HV5,CLD) order by createdDate DESC");
for(string mliKey in moreLinkedIssues){
runnerLog(i + " > " + lkey + " > " + v.issue + " > " + mliKey);
if (k!=1) {
wikiTemp += "\n | |";
}
k+=1;
wikiTemp += " |" + replace(mliKey, "-", "-");
}
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.