Book a Demo

Author Topic: Easy way to change requirement status?  (Read 5258 times)

ps_ea

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Easy way to change requirement status?
« on: December 11, 2010, 03:38:03 am »
Hi all,

in order to change the status, I have to select each requirement element, open the properties, and choose a new status from the drop down list.

Is there an easier, faster way to do this? A way to get this into the context menu, or a keyboard shortcut? And a possibility to change multiple elements together?

Thanks! Peter

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Re: Easy way to change requirement status?
« Reply #1 on: December 13, 2010, 09:33:56 am »
Use View on the menu toolbar to open the Element properties pane.
Selecting the element then displays the property and you can change it.

Bug alert: selecting several elements and changing a property does not, as you would expect, change the property on all selected elements. (EAUI)
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
Re: Easy way to change requirement status?
« Reply #2 on: December 14, 2010, 12:26:56 am »
There is a sort of way round the inability to select elements and then apply a change to the selection.

1) Create a temporary package in the project browser, say called Change Status
2) Select the Requirement Elements that you would like to change the status of and move them (temporarily) into the package created in 1)
3) Right click the package and select Package Control | Update Package Status...
4) Complete the dialog so as to update the status properties of all elements in this package
5) Move the Requirement Elements back to their original position in the Project Browser

A bit clunky but it works, the only other alternative I know is to write a script

Cheers

Phil
Models are great!
Correct models are even greater!

Zaid

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Easy way to change requirement status?
« Reply #3 on: December 15, 2010, 01:43:40 am »
Quote
Use View on the menu toolbar to open the Element properties pane.
Selecting the element then displays the property and you can change it.

Bug alert: selecting several elements and changing a property does not, as you would expect, change the property on all selected elements. (EAUI)

Thanks for the suggestion - it really saves time!

wolfgang.uhr

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Easy way to change requirement status?
« Reply #4 on: December 15, 2010, 06:48:14 pm »
Quote
There is a sort of way round the inability to select elements and then apply a change to the selection. ...

In my version of EA (8.0.63) it does not work. The last step changes the properties of the package itself but not the properties of the elements inside the package.

Peter Doomen

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Easy way to change requirement status?
« Reply #5 on: December 20, 2010, 06:25:59 pm »
Instead of working with requirement statuses as a property of the element, which is the most common way and also how I do it, you could work with activity regions: one region per status.

When you then drag a requirement to a different region, it becomes a child of the status in the model tree. That way, you can even report on requirements more easily (e.g. they'll be grouped by status in reports).