i need to update the text custom fields with the issuekey of issues linked by "implemented by"
My sript :
for(JIssueLink l in getIssueLinksDetail("KD-2")){
if(l.name == "implemented by" && l.direction == -1) {
customfield_10054 = l.id;
}
}
KD-2 is the issue linked by
KD-5,ISD-26,KD-3,ISD-35
Script runs without any error , but it does not updates the text custom field
the linked issue KD-5 it has the following properties:
- link id : 10045
- link name : Design
- direction : -1
- description : implemented by
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.