Book a Demo

Author Topic: Requirement management and Excel  (Read 3283 times)

NG

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Requirement management and Excel
« on: April 13, 2012, 05:22:48 am »
I'm starting a new project and want to do my requirement management with Enterprise Architect.

It look really nice to define requirements, associate use cases, design elements, test and so on, all in one software.

I succeeded in creating a profile that let met drag custom requirement with predefined tagged value for enterprise stuff.

My problem is that the requirements must be manage at 3 level. The team, the management and the client. The management and the client both communicate with Excel.

My question is, it is possible to do something like: - Create requirements diagram in EA with predefined tag value - Export requirements in Excel (with predefined tag value) - I haven't been able to export my predefined tagged value. - Modify the excel file - Import from excel and update the requirements in EA.

AndyJ

  • EA User
  • **
  • Posts: 337
  • Karma: +5/-3
  • It's only a model
    • View Profile
Re: Requirement management and Excel
« Reply #1 on: April 13, 2012, 03:53:55 pm »
You can export your requirements as .csv

When you create the export specification, there is a button under the "Available Fields" dialog which allows you to add tagged values.

Any tagged values that you have created, may be selected by that button.

Once you've exported requirements, you can open the csv in Excel and see the format for importing...

Make sure that you include the GUID in your export, so that imports update your existing requirements.

I'm using this process for moving requirements in and out of JIRA, (but may have access to JIRA-connect in the near future).
Sun Tzu: "If you sit by the river long enough, eventually the body of MS Visio floats past."

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Requirement management and Excel
« Reply #2 on: April 13, 2012, 04:32:01 pm »
If the standard export/import doesn't suit you, you can quite easily write your own export/import.
see http://community.sparxsystems.com/resources/scripts/simple-vba-excel-ea-importer for an excel import example.

Geert