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,
Im using xray api to create Test execution item and am able to create with POST /rest/raven/2.0/import/execution/multipart api.
My result.json is very simple but i could not see the comments updated while the execution record is created.
{
"tests"
: [
{
"testKey"
:
"DEMO-6"
,
"comment"
:
"Successful
execution"
,
"status"
:
"PASS"
}]}
Hi @Usharani A
That REST API is used to import execution reports (typically generated by testing frameworks).
The comments are a standard Jira feature, and so to add comments please use the Jira REST API, like you use for any other issue.
If you need further help, please contact the Xray Support (http://xraysupport.xpand-it.com) so that we can request additional information and investigate further.
Kind regards,
Rogério Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.