Display Requirement Description in the grid report

Thursday, August 16, 2018
Avatar

I'd like to get the requirement description, not name out of the requirement and join with other information, ex test cases coverage.

However I couldn't find a way to get it from the custom section of the report as there's no query to display requirement description value

Thanks,

2 Replies
Thursday, August 16, 2018
Avatar
inflectra.jimx
re: tnguyen Thursday, August 16, 2018

The description is the "DESCRIPTION" field in the entity model.

It should be there.

Log a support ticket if you need more assistance!

Regards

Jim

Friday, August 17, 2018
Avatar
re: inflectra.jimx Thursday, August 16, 2018

Thanks Jim, which entity should I look at?

For now I can only get the ID and Name from this query

select R.REQUIREMENT_ID, R.REQUIREMENT_NAME from SpiraTestEntities.R_Requirements as R where R.PROJECT_ID = ${ProjectId}

Regards,

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: Thursday, August 16, 2018
  • Last Reply: Friday, August 17, 2018
  • Replies: 2
  • Views: 1898