English 中文(简体)
Personal tool for authoring & organizing user stories? [closed]
原标题:

My company uses Jira for storing requirements, which are written in the form of User Stories ("As a ... I want ... So that...") with details in the subtasks ("Given ... when ... then...").

I write requirements, usually an iteration ahead of the developers.

I tend to draft my requirements in a word processor before putting them in Jira. I like the flexibility as I m working out the best way to organize the information, jumping around from one story to another, using search & replace as I figure out the clearest wording, etc.

While a word processor outline is helpful for much of this, it s not so good at tracking issue links: dependencies & related requirements.

So, can anybody recommend a good tool for writing stories & tasks which allows me to diagram relationships as I write? I ve been thinking in terms of something which handles concept mapping (though not mind mapping, which is generally limited to 1 central concept). This is just for my personal authoring; I don t need a project management system.

Thanks in advance.

Update: After posting this, I started wondering about TiddlyWiki. That s not quite the right tool, given its linking methods, but seems the right direction... Does that vein spark any ideas?

问题回答

What about a simple spreadsheet (like this one)? A spreadsheet is extremely powerful (to re/organize, filter, etc) and has always worked well for me (use indentation if required or a additional column for IDs of related stories).

We use a combination of spreadsheets and an internal Wiki for user stories. The spreadsheet holds the basic information, like ID, title, user role, priority and so on as well as a link to the Wiki page for this story.

The Wiki page then has all the information about the user story, a full description, acceptance criteria, design notes and so on.

If there are dependencies between stories these are included as links within the user story usually with a short note about what this dependency means (e.g. "This story assumes that story x has been completed" or "Y & Z are not part of this story, but of story X").

This is a pretty low-tech solution, and doesn t really support visual diagrams of relations. However, it has worked for us so far.

Perhaps this is overkill, but does Mingle by Thoughtworks do what you need?

(I am not actually a Mingle user, but this sounds like the sort of thing it would do.)





相关问题
Kanban/Scrum Boards [closed]

I m curious as to what other people use for physical Kanban/Scrum boards in their companies. I appreciate that because of sensitive business information you may not be able to provide a photo of the ...

How do you estimate an agile project up front? [closed]

When working on fixed price software development projects, I frequently find myself having to estimate the total number of hours a project will take after the price is set, but before the work is ...

How would you use AGILE here? [closed]

I am a big proponent of agile, but a friend of mine (who doesn t know agile yet - hes a managerial type ^^) asked me how I would go about planning and developing a complex distributed project, with a ...

What is Object-Oriented Methodology? [closed]

I have been looking at different programming methodologies: Scrum, waterfall, spiral but someone told about one called Object-Oriented. Now as far as I know that s a paradigm and not a methodology. ...

Scrum and Project estimated time [closed]

IF the client asks me for a estimated time for completion for the whole project can this be given using Scrum? Using for instance the (dreaded) waterfall methodology I will have a technical spec to ...

热门标签