Hey guys, I'm looking for the best way to search for a story number to know when it was deployed to PRD. Does anything like this exist?
Something like: story number is in the BitBucket commit, commit tied to Bamboo build, build tied to Bamboo deployment. User searches story number and deployment info (build, date, time) are displayed.
👤 solardev Accepted Answer ✓
Normally when you mention the story number in the commit message or PR, like [MYPROJ-273], Jira will make a link back to that commit. Then you can just click on it and see the info. You can probably also query that commit by API and populate a field in Jira if you want.