So a Repository having heavy traffic always tends to be having more and more OPEN, MERGED and DECLINED branches. We came up with this idea of creating a Jenkins Job which could be run once in a while to DELETE all the MERGED and unused branches by the Developer.
The JSON file which is getting generated does not contain the information of BRANCH STATUS information.
So is there a way i can get such information, an additional key value pair just like
"branchStatus" : MERGED/DECLINED/OPEN .