Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
hiddentrue
Links multiple issues to a specific epic, making it clear that these issues are part of the epic's scope and objectives.

Links multiple issues to a specific epic, making it clear that these issues are part of the epic's scope and objectives.

...

Code Block
languagejs
string [] issues = "TEST-1|TEST-2|TEST-3";/nreturn
return addIssuesToEpic(issues, "TEST-123");

...