Versions Compared

Key

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

...

Code Block
string[] fields = getIssueFields("DEMO-1");
return fields["summary"];

Example 2

We can use the routine function to partially clone an issue by copying only some of the fields from the original issue:

...