newIssues: Count the number of new issues per month for the last 12...

Description Usage Arguments Value

View source: R/countIssues.R

Description

Create a data frame with the number of closed epics per month. Define new issues as Status = To Do (Can change this to be Status = To Do and In Progress)

Usage

1
newIssues(df, ds = Sys.Date(), p = 12)

Arguments

df

data frame

ds

date start; string - format YYYY-MM-DD

p

period; int

Value

data frame with number of new issues in the last year


DennisH3/jira-metrics documentation built on Dec. 17, 2021, 4:12 p.m.