Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string [] fields = getIssueFields("MARKETING-1");
- string issue = createIssue(
- "TEST",
- "",
- "Bug",
- fields["Summary"]
- );
- %issue%.customfield_10001 = fields["customfield_10003"];
- %issue%.description = fields["description"];
- runnerLog(issue.key);
Advertisement
Add Comment
Please, Sign In to add comment