You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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
@Alexey Matveev _cPrime_ : Any help please on this topic and where can i learn SIL from
Regards
Ashish
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.