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

Allow to provide assignee on subtask creation with special syntax

codescape opened this issue · comments

  • explicitly set assignee by username (syntax assignee: admin)
  • use the current user (syntax: assignee: @current)
  • use the assignee of the parent issue (syntax: assignee: @inherit)
  • if assignee is mandatory and none is given use project lead

Handling of mandatory assignee separated into another issue #35.