Itās possible to create a baseline from the Dashboard API. Youād probably want to engage our professional services team to help out, but you could potentially piece all the bits together from various posts on the forum. Basically Iād envision a work flow something like this:
Launch a dashboard
Input the list of MSXX-YY definitions
Click āShow matching Fixletsā button --> runs a relevance query and populates a list/data grid
Select the fixlets youād like to include from the list of matching fixlets
Click āImport Baselineā --> runs a relevance expression to select the fixlet objects and casts them to xml using the āas xmlā cast. You take the XML objects, wrap them in baseline XML and pass the result to the ImportXML() function to create the baseline.
I actually have been working with our professional services department on a very similar project (perhaps the same? I donāt who the customer is). It is probably worth shooting them an email with your requirements.