-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Hi,
Would there be a way to assign a user by his e-mail address?
def issue = [fields: [ project: [id: 1234],
summary: "Error",
description: "test",
assignee: [emailAddress: 'test@example.de'],
issuetype: [id: 1]]]
Currently i'm getting this error:
Error Message: \{"errorMessages":[],"errors":\{"assignee":"expected Object containing a 'name' property"}}
This was reported on github as an Issue by https://github.com/tschechniker
https://github.com/jenkinsci/jira-steps-plugin/issues/7