❓ To track the progress of the project on the Jira board automatically without the need to move tickets manually.
- Connect the Jira project with the GitHub repository via the
GitHub for JiraApp. - Go to
Settings->Features, scroll to theOperationsection, and turn on theDeploymentsfeature.
To track progress such as Builds, Releases, and Commits, both branch name and pull request title need to include the Jira ticket number in their titles:
Branch name example: feat/ABC-1234-add-new-feature
PR title example: feat(ABC-1234): add new feature
It is recommended to use the Squash and merge option for pull requests. This format is supported by the release-it Changelog plugin.