You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Team,
I am trying to add a comment in jira issue using curl as follows
curl -i -s -u raju.shanigarapu@mendix.com:<<password>> -X POST --data '{
"body": "'"$comment"'"
}' -H "Content-Type: application/json" https://mendix-appservices.atlassian.net/rest/api/latest/issue/CM-134/comment
but I get the following error:
HTTP/2 404
date: Fri, 19 May 2023 12:14:35 GMT
content-type: application/json;charset=UTF-8
server: AtlassianEdge
timing-allow-origin: *
x-arequestid: 415d6fd3b8b193ad911b57e1cbf15bfd
x-seraph-loginreason: AUTHENTICATED_FAILED
set-cookie: atlassian.xsrf.token=4f16847d-35fb-4ae5-8b47-c2a234046b61_33bd270bc62b958480338bddd0f0487b1dc03ab0_lout; path=/; SameSite=None; Secure
cache-control: no-cache, no-store, no-transform
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
atl-traceid: 8f587092d0af15c4
report-to: {"endpoints": [{"url": "https://dz8aopenkvv6s.cloudfront.net"}], "group": "endpoint-1", "include_subdomains": true, "max_age": 600}
nel: {"failure_fraction": 0.001, "include_subdomains": true, "max_age": 600, "report_to": "endpoint-1"}
strict-transport-security: max-age=63072000; includeSubDomains; preload
{"errorMessages":["Issue does not exist or you do not have permission to see it."],"errors":{}}
however I am able to view the issue comment using URL
https://mendix-appservices.atlassian.net/rest/api/latest/issue/CM-134/comment
can you help me on how can I perform this using curl and where am I exact wrong.
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.