Forums

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

How to update comments for any issue type

lekha.a
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!
January 23, 2024

I am trying to update the comments for Test Execution on cloud version of XRAY and using graphql API's, but not able to get appropriate API to update the comments. 

After lot's of browsing I get following API from REST API V3 as follows:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-post

But this is also not working for me, getting 404 error

{
    "errorMessages": [
        "Issue does not exist or you do not have permission to see it."
    ],
    "errors": {}
}
I am using client ID and client secret to generate the token using below API :
Please let me know how I can access this API or any other API to update the comments on Test Execution.
Thankyou in advance for any help on this. 

0 answers

Suggest an answer

Log in or Sign up to answer