- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nov 30, 2021 09:58 AM
How do I create a project and then assign subtasks to it?
I’d like to view my projects hierarchically. Ideally I’d see all 10 projects in a single view. Then I could click on one and add tasks, view tasks, etc
In Agile terms I want to create Epics, Stories, and Tasks.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 04, 2021 09:46 AM
Welcome to the community, @Gregory_Lyons! :grinning_face_with_big_eyes: I’m only barely familiar with Agile, but on the surface it sounds like much of what you want could be achieved by creating three tables: [Epics]
, [Stories]
, and [Tasks]
. Tasks will be linked to stories (projects?), and stories would be linked to epics (goals?). Using Interface Designer, you could create interfaces that allow you to more easily view related collections from these various tables.
Does that sound like it would work for your use case?