You should be able to pass 'author' JSON property when adding/updating comment. Please check the doc: https://docs.atlassian.com/jira/REST/cloud/#api/2/issue-addComment
Leaving it empty defaults to REST API user.
Please check the comments.
It respond me this error
Can not deserialize instance of com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
and im adding this array to json
Ex
$res_c = array(array('author'=>array("name"=>"fred","displayName"=>"Fred F.User","active"=> false),'body'=>'mmyyyyyyyyyy'));
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The author REST piece should be in form:
"author": { "name": "fred" }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is json format im setting in api call still no success :(
{"author":{"name":"fred"},"body":"lots of testing"}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No success in terms that the author is not changed or there is an error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No luck . So it's hard-coded to put current REST user and author is ignored despite it's in the docs. I knew that there is such hard-code for REST worklogs now we booth know that the same is for comments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Basically i have list of issues with comments that i imported from basecamp in json format . Now i want to create issue with comments in JIRA with API. The problem is that i have different people's comments on issue while JIRA is only showing comments with name of Administrator . So how could i change the name of commentator via api?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no such field or role as commentator in JIRA. Please adjust your question by explaining what you have and what do you want to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.