Export User Journeys & Acceptance Criteria
User Journeys
You can export a Story's User Journeys to a Comma-Separated Value (CSV) file. This is useful to save time creating comprehensive test cases and test plans in work management tools like JIRA.
On the Story toolbar, click the Download button and select User Journeys (.csv) from the menu:

CSV file structure
Goal
numberStep
number, within the GoalAction
text. If the connection into the Action has a label, it is incorporated into the Action text.Action
Notes

Acceptance Criteria
You can export a Story's Acceptance Criteria Gherkin -style Feature/Scenarios to Feature (.feature) files.
This does not export the Role, Goal, and Benefit statement
This is useful if you use Behavior Driven Development (BDD) tools (or add-ins) in platforms like JIRA, or directly in the Cucumber test automation tool.
On the Story toolbar, click the Download button and select Acceptance Criteria (.feature) from the menu:

Feature file structure
Flowriter will prepare a separate .feature
file for each scenario. The files will be downloaded in a single ZIP file that when expanded will look similar to this:

Each .feature
file has this internal format:

Last updated