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.
There is a limitation with the Jira API we are using that doesn’t allow us to update the Executed On date. Through API's we are updating the Zephyr test cases but if the Test status doesn't change from the previous run the execution On date doesn't reflect the latest run(It will still show the previous execution on date). It would be ideal if the date field did represent that last run date but for our workaround for the API limitation, we would need to flip the status to UNEXECUTED and then back to PASS in order for the API to change the Executed On field.
Suppose In the attachment, Current status is "PASS" and the Executed "25/May/21"
If I run the test again and the status remains "PASS" then Executed should change to the current date
Acceptance Criteria
When I run test and update Zephyr test status (API)
And Status still remains the same
Then Execution Date should reflect the current date