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

Blocked Days Calculation - Output Date Format #59

Open dbdailey opened 5 years ago

dbdailey commented 5 years ago

This is a feature to calculate the blocked days by specifying an attribute representing a block. For example, the Blocked attribute can be specified and it will calculate the amount of time that the issue was/is blocked.

samiller2013 commented 5 years ago

Ok. I’m glad someone has time to look into this. 🙂 Also it could just be my implementation of Jira, we’re using the on prem version, not cloud.

On Aug 20, 2018 at 16:10, dbdailey<mailto:notifications@github.com> wrote:

@dbdailey commented on this pull request.


In README.mdhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FActionableAgile%2Fjira-to-analytics%2Fpull%2F59%23discussion_r211391512&data=02%7C01%7C%7Ce9cdb44f20a54a61461108d606d8ea2e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703926036849257&sdata=DLu2Vy%2Bn3zxmY2oPYKBCv3hninu15Ou2PmokS%2Bs01Gg%3D&reserved=0:

@@ -129,6 +145,8 @@ Criteria:

  • User Story Start Date: 2001-01-23 End Date: 2019-12-30
  • BlockedAttributes: Blocked, Blocked-In Progress

okay, I'll see what I can do. I'll test specifically with Impediment and Flagged.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FActionableAgile%2Fjira-to-analytics%2Fpull%2F59%23discussion_r211391512&data=02%7C01%7C%7Ce9cdb44f20a54a61461108d606d8ea2e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703926036849257&sdata=DLu2Vy%2Bn3zxmY2oPYKBCv3hninu15Ou2PmokS%2Bs01Gg%3D&reserved=0, or mute the threadhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAH8Gc_u1_yPH7DNsP2HqvBkbTJHsySDyks5uSxeagaJpZM4Vsb_9&data=02%7C01%7C%7Ce9cdb44f20a54a61461108d606d8ea2e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703926036849257&sdata=%2BjQzRoRrFO6kQreun8TrRbPuVFLATuE2We0afG%2BRLFM%3D&reserved=0.

jpiaggio commented 5 years ago

@samiller2013 I'm looking for this Blocked days feature, do we know when the PullRequest will be approved?

samiller2013 commented 5 years ago

@jpiaggio no idea, I'm not from ActionableAgile unfortunately.

samiller2013 commented 5 years ago

@johnrjj - would you mind reviewing and approving some of the PRs? Do you have any thoughts on how we could get the blocked days calculation to work?