JRS: Is there a way to find all artifacts that include the word "shall" twice or more in primary text?
Trying to apply some simple document rulechecks and simplify our review process by quickly identifying when we have violated our requirements standard. Our requirements standard states that we shall have only one "shall" per requirement. In DOORS Classic, this was something that could be done with a simple regex. I'm not finding the equivalent mechanism in JRS when run against my DNG data. |
One answer
Not sure if there's anything out-of-the-box there, but pretty sure you could make it happen if you use one of the below in the advanced query editor:
SPARQL: https://stackoverflow.com/questions/45239909/sparql-count-occurrence-of-a-substring-in-object
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.