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 component on subtask creation with special syntax

codescape opened this issue · comments

  • allow to inherit from parent (syntax: component: @inherit)
  • one or multiple components (syntax: component: backend {newline} component: frontend)

Components can have whitespace and commas in their names. How to deal with that?

Possible solution: Allow to have one component per line?

component: backend
component: frontend
component: Special Name with "Whitespace" and Stuff

Possible solution: Allow to have one component per line?

component: backend
component: frontend
component: Special Name with "Whitespace" and Stuff

We are using this strategy for components and labels!