In a JIRA story and assume story number is JIRA-xxxx. This particular story test is failing in one of the gitactions pipeline and in the latest build the test is getting passed. But in Development-> Builds Tab. it is still showing failed build number and not retreive the latest build number which got passed.
Jira’s Development > Builds data comes directly from the build information sent by your CI integration—usually through the Builds REST API or from an app like GitHub or GitLab for Jira. When the latest build number isn’t updating, it means Jira hasn’t received the new build payload that references the issue key (for example, `JIRA-xxxx`) in its commit message or branch name. GitHub Actions doesn’t push build data automatically unless you’re using the GitHub for Jira app, which publishes build results when the workflow runs and includes the correct issue key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.