ActionableAgile / jira-to-analytics

This code extracts data from Jira based on a yaml config file, and outputs a properly formatted CSV that can be read by the ActionableAgile Analytics tool.
https://www.actionableagile.com
GNU General Public License v2.0
57 stars 36 forks source link

Unable to calculate Blocked Days #57

Open samiller2013 opened 6 years ago

samiller2013 commented 6 years ago

In its current state, the tool does not calculate blocked days for items that are "Flagged" in JIRA as "Impediment".

dbdailey commented 6 years ago

59 This may be the fix you're looking for. Take a look. Once the pull request is approved, you can put BlockedAttributes: Impediment into you config.yaml Criteria section and it should work. I would appreciate someone testing this out though.

pacovi commented 5 years ago

@ActionableAgile @dvacanti any chance that this gets somehow into the data extractor code? It can hugely help to add the Blocked Days into the input for the Flow Efficiency graph. Queuing stages work well once you have identified possible bottlenecks, but having the Flag in JIRA reflected could uncover new queuing stages to look into.