Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 662 Bytes

project-new.md

File metadata and controls

31 lines (21 loc) · 662 Bytes

project-new

project-new

Sample config

reports:
..
    sections:
      - name: "project-new"
        config: 
          report-on-label: 'Epic'
          daysAgo: 7

report-on-label

Filters by this label. Typically a card type like Epic.

Default: Epic any: * is supported which represents all cards.

Note: report-on is supported for back compat
Note: it will match the lower case epic but by using "Epic", the report heading will show "Epic"

daysAgo

Filters by cards added (project_added_at) greater than this number of days ago

Default: 7