csv - Jira. How to set the issue creator when importing via JSON? -


when import issue via json, jira sets creator of issue user imported issue, , not whom has reported it.

is there field can set creator?

here sample json file. pastebin

edit: , here picture of mean. (sascha) importer , not creator. "vanderma" (meer) should creator.
enter image description here

your json has:

"assignee": "vanderma", "reporter": "vanderma", 

just change reporter value in json user reported , you're done :)


Comments