Info | ||
---|---|---|
| ||
We've changed the storage of links in Jira issues. It requires an upgrade task to run. It should be seamless for customers, but we have to inform you in case you meet any problem. |
Why?
We had to achieve better performance for the Data Center certification. We used to store those links in RIL ("Remote Issue Links", the built-in Jira panel). In order to increase the plugin's performance, we are now storing links in ActiveObjects (tables AO_42D05A_*).
...
- A custom field for requirements, optional. It is particularly useful in the following situations:
- If you want to link to requirements in the Create Issue form, which you couldn't do before,
- If you want to require a link to a requirement at any step, including the Create step,
- If you want to preset the relationship so the user can't change it.
- A JQL function, so now you can search for all issue linked to a requirement.
Do administrators have anything to do?
No, in theory. You can:
- Check that you can see/add/remove Requirement Yogi links properly in a Jira issue,
- Check the progress of the upgrade job (see below).
However, have you provided credentials in Confluence for Requirement Yogi, as explained in the Release 2.2?
New panel
Since we don't store them in "Remote issue links", they don't appear as part of the normal panel. They now appear in a new panel, which only displays if there are requirements attached to the current issue:
What if we don't like the new panel?
- Please notify us and explain us. We may find solutions to improve your situation.
- 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.
Upgrade job
The data should migrate automatically from RILs to our panel:
...
- 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".
RY Custom Field
The custom field requires the Confluence plugin to be upgraded (both should be 2.2.35+). 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.
...