Requirement Yogi has very little configuration. If you're looking for information on how to organize your requirements, take a look at our videos or go straight to the onboarding.
System properties
Normally unnecessary, it is possible to override some settings using system properties:
System property | Default value | Definition |
---|---|---|
requirementyogi.sql.escape.entity.open | The character detected by RY | The opening character to escape column names in ActiveObjects SQL. |
requirementyogi.sql.escape.entity.close | The character detected by RY | The closing character to escape column names in ActiveObjects SQL. |
requirementyogi.jira.limit | 3000 | The number of Jira issues that we attempt to fetch in a single query (ex: for the traceability matrix) |
requirementyogi.jira.batch.size | 100 | The number of Jira issues per query. |
requirementyogi.applink.timeout (in Jira or Confluence) | 30s + 0.1s per item | The timeout (in ms) for any connection between Jira and Confluence using the application links. |