Book a Demo

Author Topic: Copy and Pasting Requirements  (Read 4650 times)

PepperPot

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Copy and Pasting Requirements
« on: September 24, 2012, 06:21:15 pm »
Hi,

I've have a lot of requirements in a requirements diagram, and I need to copy lots of them from one package to another.

Each of my requirements is created with an an Auto Name and Number which I use as a prefix to the name. The format is 'xxx9999 >  '. When I 'Paste Element(s) as new' the auto number doesn't increase.

I am presented with a dialog that will allow me to manually alter the auto number part of the name.

My question is this: Is there a way of getting EA to apply auto number to the new elements automagically

Thank you
Paul

Robert Sheridan

  • EA User
  • **
  • Posts: 105
  • Karma: +0/-0
    • View Profile
Re: Copy and Pasting Requirements
« Reply #1 on: September 25, 2012, 02:28:56 am »
You could try exporting them to Excel, doing the changes you want to make including removing the number and then reimporting them via the API.
« Last Edit: September 25, 2012, 02:29:17 am by RobertS »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Copy and Pasting Requirements
« Reply #2 on: September 25, 2012, 08:19:17 am »
I believe we have a change ready for our next version that makes that dialog use the auto name, while still allowing them to be overridden.

PepperPot

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Copy and Pasting Requirements
« Reply #3 on: September 25, 2012, 03:44:11 pm »
Thank you for your replies.

Do you have a schedule for the next version, or will it be quicker to do it by hand for now?

Thanks
Paul

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Copy and Pasting Requirements
« Reply #4 on: September 26, 2012, 09:21:27 am »
As is always the case, I am unable to reveal any kind of timeframe for release.

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: Copy and Pasting Requirements
« Reply #5 on: September 26, 2012, 09:54:13 am »
If you can't wait for the new version then consider using vbscript/ javascript/jscript, if you have a lot to do this might be good for you. You can access the feature via menu View>Scripting. There are lots of examples provided so you could copy one and modify it to auto populate the stuff you need.

Failing that then export to CSV file modify in excel, save and import option suggested by Robert S sounds like your best choice for now.
Happy to help
:)

Robert Sheridan

  • EA User
  • **
  • Posts: 105
  • Karma: +0/-0
    • View Profile
Re: Copy and Pasting Requirements
« Reply #6 on: September 28, 2012, 09:49:47 pm »
You can also do the export via the API, Geerts spreadsheet in the community site gives a good starting point for using the API.