nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

Support GitHub style task breakdowns to create epics #118

Closed nikku closed 2 years ago

nikku commented 3 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.

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