Use cases and scenarios diagram - donvadicastro/generator-xmi GitHub Wiki
Use cases are representing system business requirements and defines business scope that need to be covered. As one of the best soltions to track and manage business requirements is JIRA - designed use cases can be translated into JIRA tickets and published to online JIRA project.
Once diagram generated - added support for synchronization API that can be called manually to reflect design changes with online task tracking system.
Before executing command - JIRA access need to be configures in .env
config file. Instruction
regarding creating access token can be found here.
npm run jira:sync
After running command - JIRA backlog will be full of created stories from defined use cases.
Scenarios that are part of use case will be transformed into story description
Scenarios
Basic Path
* User Step One
* System Step One
* User Step Two
* System Step Two