Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • We simplify the HTML of the requirement. The goal is to avoid having "block" elements (paragraphs, lists, tables) so that it doesn't disturb the layout when displaying the title of a requirement in search results or other places. We also remove a lot of CSS formatting since it can't be displayed the same way in Jira.
  • We don't render dynamic content.
  • Images aren't copied in a binary way to the requirement. We only keep a URL of the images:
    • If you swap the image at the end of the URL, the image will be swapped in the requirement. This is particularly relevant when a requirement is baselined, since you don't always expect the image to change.
    • If you display the requirement in Jira, the image will be a URL to Confluence. It will appear broken, unless you are logged in to Confluence and have the permissions to view the image.
    • Therefore we don't recommend images in requirements.
    • If you use Requirement Yogi for, say, an architecture document or a technical drawing with lots of images, the best way is to use our API to create an extension, so that you can manage requirements inside of your specialized software.
  • Since space administrators can delete page versions, baselined requirements may not always have a page version to link to. In such cases, we link to the closest page version. Note that administrators can also delete baselines and all their requirements anyway.
  • We don't have a validation engine for requirements. The upside of the software is that users are very free to enter the text they want; The downside is that it is still difficult to ensure they are all formatting their requirements the same way.

Diff

  • The current diff is limited to 600 requirements (=5% of the global limit, which you can configure).
  • This is not enough for large customers with 12k requirements in baselines,
  • It is a difficult problem to solve, but not impossible; We are hoping to solve it one day.

Requirement keys

  • This will change in RY 3.0.
  • We only accept a-z A-Z 0-9 and the three characters: . - _
  • The reason is that we carry requirement keys in the URLs, and dealing with UTF-8 in URLs is difficult,
  • Please avoid lone words for keys. Some customers use RY as a glossary, translating acronyms... That is not the intended purpose of Requirement Yogi.
  • Unicity is guaranteed when inserting manually. There are corner cases where you may create duplicate requirements in a space (if you use an external plugin to create pages, for example); Requirements will appear in bright red with an error message to tell you to choose which one is the definition.
  • Keys are unique per space.
  • You can always create links across spaces by pasting the canonical URL of a requirement. You can only create links across spaces manually by searching in the Requirement macro, if you haven't ticked the option "Isolate spaces".

...

  • This is more of a functional question, but often asked.
  • Please design your workflow so that the developers click on the requirements and view them "in context". They will always be better formatted, with more contextual information. There is some loss in the textual content, the great value of RY is to link back to the correct section in the Confluence page.
  • Please keep dynamic information in Jira (Stories, bugs, change requests, etc.) and static information in Confluence (specifications, how the designed system should behave etc.). It is not an excellent practice to write requirements which are actually "Stories" in Confluence, and trying to copy them over to Jira.

Images

  • Since we only save the HTML of the requirement, and the HTML contains a URL to the image and not the image itself, someone could change the image at the end of the URL, for example by uploading a new version of this image in Confluence.
  • Because of this, images in baselines are not guaranteed, since images can be swapped with other ones,
  • Because of this, Jira will attempt to display the image, but may fail if the user is not conneted to Confluence, or if the applink between Confluence and Jira doesn't allow cross-domain images.

Workflows and validation

  • Requirements don't have a status.
  • Customers manage the status by using a 
    Status
    colourGreen
    titleStatus
    macro, and changing the text and colour manually.
  • Customers also use EDM "Easy Dropdown Macro" to have a dropdown as a status.
  • The drawback is, there is no validation of the permissions associated with the status change.
  • The other drawback is, people do spelling mistake, and they can type "Valiid". We are planning on introducing a rules engine in the medium term. As usualy, please don't count on it until it is done and published.

Branching

  • We can't support editing several versions (the "1.x and 2.0 problem") of the requirements in parallel.
  • For example, you may have version 1.x of the requirements, for which you are performing little changes/bugfixes for the current customer, and you may be working in parallel on version 2.0 of your product, in which you are making major changes. You may even expect to perform a change in 1.x and merge it into version 2.0. This is extremely difficult to support, and we are not doing it yet.
  • Although the third-party plugin Scroll Versions is able to maintain several versions of the pages, we can't index those pages. We'll only ever index the currently-published version of those pages.
  • The only workaround is to have two spaces, which act like two separate versions of the requirements, and copypasting the text manually across spaces.

Inheritance

  • Some customers have 1 product, with 10 customizations for 10 customers.
  • We don't support that.
  • No, really, for the moment, customer who have tried haven't been successful. We have plans in our cave, we'll do it: Wait for us.

Hoping this clarifies any question about the limitations of the product, we will update this list if other recurrent questions come up.