In our project, we are using the gitHub actions for the CI CD build and deployemnt and we are using github as repositroy manger.
but after completing the deployment, we are unable to view the Deployment Frequency report in JIRA, deployemns on JIra and in release we can not se any deployemnt information.
can someone please tell me what all changes are needed in ci.yaml and cd.yaml to get all of the setup to enable the Deployment option on Jira.
I have already install gitHub for atlassion app.
our Jira is connected to gitHub - we can see all created branch and all PR.
only deployemnt info is missing.
Welcome to the Atlassian community!
The GitHub for Jira app automatically syncs branches and PRs, but it does not infer deployments. Your pipeline must explicitly report deployments, which is why deployments are not shown. In your cd.yaml, add the official atlassian/gajira-deployment step (or call the Jira deployments API) after the deploy job. Ensure the commit or PR includes the issue key (e.g., PROJ-123) and that the step includes the environment and status, since the Deployment Frequency report only counts deployments linked to issue keys.
Is this still open on your side? If you've already figured it out, I'd love to hear what changes you made to the workflow.
Cheers,
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.