Creating issue with assignee with JJUPIN

James Ellett January 15, 2014

Is there anyway to create an issue with JJUPIN and declare who the assignee should be? In the creatIssue documentation assignee isn't one of the arguments of the routine.

1 answer

1 accepted

1 vote
Answer accepted
Alexandru_Iacob
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 16, 2014

Hi James,

You can set the assignee of the newly created issue in the same script, just after calling the createIssue routine. The createIssue routine returns the key of the created issue. Eg:

string issueKey = createIssue("DEMO", "", "Bug", "Your summary");

%issueKey%.assignee = "testuser";

James Ellett January 16, 2014

Perfect! Thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events