Report the number of projects created

Monday, December 9, 2019
Avatar

Hi there,

I want to generate a report to show the number of projects/or products in rls6.x with created date, I couldn't find this was asked in the past.

Does anyone know if it's possible to do so and if yes, how?

Thanks!

1 Replies
Friday, December 13, 2019
Avatar
re: tnguyen Monday, December 9, 2019

Hi

Please use a custom report with this query:

select R.PROJECT_ID, R.NAME, R.CREATION_DATE
from SpiraTestEntities.R_Projects as R
order by R.CREATION_DATE desc

Regards

David

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Monday, December 9, 2019
  • Last Reply: Friday, December 13, 2019
  • Replies: 1
  • Views: 1196