Guest User

Untitled

a guest
May 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. string [] fields = getIssueFields("MARKETING-1");
  2. string issue = createIssue(
  3. "TEST",
  4. "",
  5. "Bug",
  6. fields["Summary"]
  7. );
  8. %issue%.customfield_10001 = fields["customfield_10003"];
  9. %issue%.description = fields["description"];
  10. runnerLog(issue.key);
Advertisement
Add Comment
Please, Sign In to add comment