codescape / jira-multiple-subtasks

Multiple Subtasks for Jira

Home Page:http://jira-multiple-subtasks.codescape.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend syntax and allow to set due date

codescape opened this issue · comments

  • allow to @inherit due date from parent issue
  • allow to specify a due date as a date like yyyy-mm-dd

syntax:

-- absolute date
dueDate: 2023-02-05

-- inherit from parent
dueDate: @inherit

We should separate this issue and think about relative dates in another issue.