Capistrano Integration

Subscribe to Capistrano Integration 2 post(s), 2 voice(s)

 
Avatar jacques 4 post(s)

I’m looking to get Lighthouse integrated with capistrano. It doesnt look like that difficult of a job using the API, but I was wondering if any of you have tried this? I’d love it if every time I deployed a build to a particular environment (QA), it updated all the bugs that have been checked in since the last deployment with a comment “Deployed on QA environment”.

What do you think? More trouble than its worth?

 
Avatar rick Administator 546 post(s)

That’s something we’ve wanted to do since we added ticket bins. I typically setup a bin for “milestone:next state:open tagged:@committed”. In your deployment task, you should be able to grab a list of tickets from the API and update them all. However, I really want to add bulk editing so all it takes is one HTTP call to the API.