Not getting expected response

RAHUL DESHMUKH February 12, 2020

Hi,

We are using the below URL to get all the comments of issue.

 https://datacommunique.atlassian.net/rest/api/2/issue/{issueId}/comment?expand=properties 

Once we call above URL will get the list of comments. Initially, we get the author of a particular comment (Comments > author > key) but now we did not get the same.

The key attribute is missing inside Author object which supposed to hold author internal id and it is impacting on our production environment.

Please do the needful.

 

2 answers

0 votes
Sergey Prokhorenko
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!
February 20, 2020

The same problem. I use /issue/{issueId}?fields=summary,comment

"author" and even its "displayName" are present. But there is no "key"

0 votes
Pim van Dijk
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!
February 18, 2020

Same over here, Author is not returned via the Api. All other fields are present, except Author.

In the Jira-issue the Author is present.

Suggest an answer

Log in or Sign up to answer