I know there's already a built in report to do this in Bamboo but wanted to know how to pull the data straight form the database for build activity by date for use in an external report.
Any help would be greatly appreciated
Do you have anything specific you're looking for?
At it's simplest:
select * from buildresultsummary order by build_date desc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.