Closed nikku closed 2 years ago
Is your feature request related to a problem? Please describe
GitHub recently introduced the ability to break down tasks into sub-issues right from a task list:
* [ ] ABC --- * [ ] ABC #SOME_ISSUE_NR
Detecting such links gives us the potential to automatically establish parent :arrow_right_hook: child relationships between issues.
Describe the solution you'd like
Rather than requiring a manual linking of sub-tasks via Child of #ISSUE_NR we shall determine that link automatically.
Child of #ISSUE_NR
Describe alternatives you've considered
Do nothing and keep the requirement of manual linking.
Additional context
Example issue: https://github.com/camunda/camunda-modeler/issues/2488
Is your feature request related to a problem? Please describe
GitHub recently introduced the ability to break down tasks into sub-issues right from a task list:
Detecting such links gives us the potential to automatically establish parent :arrow_right_hook: child relationships between issues.
Describe the solution you'd like
Rather than requiring a manual linking of sub-tasks via
Child of #ISSUE_NR
we shall determine that link automatically.Describe alternatives you've considered
Do nothing and keep the requirement of manual linking.
Additional context
Example issue: https://github.com/camunda/camunda-modeler/issues/2488