...
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:
...
...
Code Block |
---|
string[] fields = getIssueFields("DEMO-1"); return fields["summary"]; |
We can use the routine function to partially clone an issue by copying only some of the fields from the original issue:
...