Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Tip

The

Kodeblok
workflowTransitionUtil.setIssue(issueLink.getDestinationObject());

should be

Kodeblok
workflowTransitionUtil.setIssue(issueLink.getSourcenObjectgetSourceObject());

Going "the other way". There is also an getInwardLinks(issue.id) collection.

...