how can find out tickets closed between 1 build , previous stable build? i'm trying design new build process, i'm not set on particular tools yet. ones let me see sort of info in dashboard, if any? should try bug tracker, or build pipeline such jenkins or bamboo, or somewhere else?
a possible set-up to:
include bug-tracker issue id in commit messages in scm ("[myproject-12923] add new option in nice feature")
launch build jenkins retrieves source code scm. jenkins show "recent changes" label linking page find commits took place between last build , current one. commit messages include list of issues id included in build.
note: maybe not answer question because commits intermediate one. depends on how granular commits.