Fiding requirements containing phrase or a word
![]() Hi Jazz team,
I am looking for a solution since couple of weeks and I am not able to find anything reasonable. Is there anything in OSLC or reporting API that will return me list of requirements containing phrase or a word?.
|
2 answers
![]() I realize this isn't answering your exact question, but I will mention it here in case it's usefule:
I have used the JRS Report Builder to find text patterns in the name of artifacts by setting up a condition in the guided query builder UI: name contains "xyz". Note that these are simple text strings, not regular expressions.
|
![]() You could try the OSLC full-text search &oslc.searchTerms="Account","Management"
You could create a JRS query on the requirements in LQE. Or you could use the LQE SPARQL endpoint to construct a query.
|