User stories are best expressed as documentation of use cases: use case tagged values are the easiest way to do this.
I tried creating tagged values for some use cases.
Is there a way to document user stories where they aren't dependent on use cases? When I gather user stories from future users of my future application I don't have any models yet, there aren't any use cases model yet. I am studying atm and I imagine I will create use cases model based on user stories, so only after I gathered all user stories and documented them, I will create use cases model.
At the moment I would like to have one place where I can list all my user stories. Like requirements diagram I imagine but for user stories.
You won't be able to use EA unless you learn UML. Several good books out there, and the Sparx documentation + white papers are not too bad either!
Yes, I study UML and software development atm. The problem is that, for example, it says in the book "...gather user stories...", but it doesn't say what software to use. And it's probably good because it would be outdated in 2019, anyway.
And for user stories in EA, I can't find anything fitting. The problem with User Story artifact is that it doesn't show description of user stories on the diagram:

And doesn't show in the list view neither:

It only shows the name of the user story.
Is there a way to create custom element that would show description on the diagram and have appropriate column for description in the list view?
I have read Sparx documentation:
https://sparxsystems.com/enterprise_architect_user_guide/14.0/guidebooks/tools_ba_user_story.htmlAnd from what it looks, User Story artifact in EA doesn't do what a user story is supposed to do: it supposed to have title and description and should at the very least show the title and the description on the appropriate diagram, something like this:

That's how I would like my user stories documented. In one document, maybe in one package. Where I can view them in the diagram view, see title and description of them. And maybe switch to a list view, where there will be 2 columns: one for title, second for description. And filter them if I need it.