Versions Compared

Key

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

...

  • Please notify us and explain us. We may find solutions to improve your situation, and more importantly, we want to know about it before we go further with this implementation.
  • Disable the panel: Go to UPM (the plugin manager), in our plugin, in the list of modules, disable the modules "issue-view-panel" and "sprint-board-panel" in UPM.
  • Set up the custom field instead (see below). The custom field will take a much smaller visual footprint.

...

  • The links are migrated when you display the "Add links" dialog on a Jira issue,
  • The links are migrated when a requirement is changed in Confluence and its text is propagated to Jira,
  • The links are migrated if you go to the Requirement Yogi administration, tab "Upgrade job" and provide a query in the "Manual" section. Please start with a small query, like "key = JRA-9".
  • The links are migrated automatically by a background job which runs for 1 minute 45s every 2 3 minutes, starting when you upgrade.

...

  • The job executes tasks which are in AO_42D05A_AOTASK.
  • The job stops when there's a task with type="UPGRADE_RIL_SUMMARY" and value="FAILED" or "SUCCESS".
  • The job uses OfBiz to query data. If it can't, for any reason, the you can create items yourself in the table:
    • For each issue to migrate, create 1 AO_42D05A_AOTASK, with type='UPGRADE_RIL', status=null and details=the jira issue id or key ("10001" or "JRA-1" are both valid).
    • Then go to the administration and click "Relaunch".

...

Custom Field

The custom field requires the Confluence plugin to be upgraded (both should be 2.2.5+). You can add our custom field to your issue's screens to easily create links.

...

Note that for custom fields the plugin will fail to get the requirements description if you are running an old version of RequirementYogi (Confluence), so make sure to upgrade RequirementYogi to the latest version.

JQL Function

We have now a JQL Function named requirementYogiLinks to search for issues that are linked to RY requirements.

...