Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
nameAPI for Java

Learn how to connect to Requirement Yogi using the Java interface, and more information about Java extensions.

It is possible to connect to Requirement Yogi using the Java interface. It requires you to build a Confluence plugin, but don't worry, we have published a sample plugin to make it easy for you.

  • Search API: We've exposed the Search API so you can read requirements from a plugin.

  • Document Importer API: We've exposed an API to programatically declare documents with requirements inside. The versioning is either managed by RY or by your plugin.

All of this is explained on the developer portal: https://docs.requirementyogi.comImage Removed

...