Hello everyone
I want to get linked issue from task with below scope code of script.
for(IssueLink issueLink: issueLinkManager.getOutwardLinks(issue.getId())){
Issue tempIssue=issueLink.getDestinationObject()
if(tempIssue.getIssueTypeId()=="13920"){
slIssue=tempIssue;
break;
}
}
But this script read only sub task(#13923) but can not read linked issue(#13920).
EMT-5186->subtask id(13923) can be read
EMT-5176->linked issue id(13920) can not be read *yellow highlighted
How can I read linked issue in below task;
Thanks for your supports.
Hello everyone
I have this problem because of that issue matrix type is JQL.
So, I go different way that write a jql and parse result to solve.
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.