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

Provide workflow function to create sub tasks based on a template

codescape opened this issue · comments

Provide a workflow function that allows to provide a template and create subtasks based on this template during a workflow transition.

Tasks

  • error handling and logging
  • i18n
  • check that current issue has subtasks available otherwise error
  • documentation

Further considerations

  • Do we want to re-use user templates or project templates? -> This is very tricky because workflows are not associated with users or projects directly.
  • Can wie migrate workflow postfunctions that are created for Quick Subtasks for Jira? -> Would require to rewrite all workflows automatically and translate templates. No!
  • Do we need a separate max length to be configured for templates inside workflow functions? -> Currently no, because workflow configuration is not performed by standard users.