Book a Demo

Author Topic: Requirements Import - Sort by Alias?  (Read 3436 times)

Alexix

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Requirements Import - Sort by Alias?
« on: November 20, 2013, 07:34:49 pm »
Hello,

I am using EA 9.3 and import requirements using the CSV Import/Export function. I have a problem that after the import all items are sorted somehow but not by Alias and not

Is there any way to sort the items while importing them by Alias (or maybe any other attribute).

Thanks in advance.

Alex

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Requirements Import - Sort by Alias?
« Reply #1 on: November 20, 2013, 08:53:07 pm »
AFAIK there is no other way than doing that manually or via a script.

q.

Alexix

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Requirements Import - Sort by Alias?
« Reply #2 on: November 20, 2013, 09:00:06 pm »
Thanks for your reply.
Could you give me hint where to start with the script to do the sorting?
What kind of script is it? Where can I place it?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Requirements Import - Sort by Alias?
« Reply #3 on: November 20, 2013, 09:21:13 pm »
Shameless plug: see my Scripting book :-)

However, you can start with the build-in scripting editor of EA. You need to get the elements of the package and set the TreePos attribute in the order you want.

q.