Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change original creator of issue via RestAPI in JIRA cloud

Deleted user May 19, 2018

We plan to migrate our inhouse-JIRA, to the cloud and to Programm a Little tool that does this for us.

Besides migrating the Issues, assigning users to them etc. We want to change the original creator of an issue.
When we create an issue over the REST API it seems like it sets the creator of the issue as the User, used to connect via rest.

Is there a way to do this? I couldn't find something like it in the documentation of the Cloud RestAPI,

Best regards!

1 answer

1 accepted

0 votes
Answer accepted
Tuncay Senturk _Snapbytes_
Community Champion
May 20, 2018

By default the reporter is the user calling the REST service. But you can set reporter if the user (calling the rest service) has "modify reporter" permission, also reporter field should be in create issue screen.

In the rest service, add below code to your json body

"reporter": {
   "name": "johndoe"
}
Deleted user May 22, 2018

exactly what i needed, thx!

Tuncay Senturk _Snapbytes_
Community Champion
May 22, 2018

You're welcome ;)

Martin Preiwisch
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 17, 2018

Reporter and Creator are two different fields though. If you use the Jira Importers Plugin with a JSON-file, you get the same problem and it isn't solved by setting the reporter-field.

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events