Versions Compared

Key

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

...

We changed the way links between Jira issues and a RY requirements (in Confluence) are stored.

we We used to store issue links in RIL (RemoteIssueLinks), in order to increase the plugin's performance, we are now storing issue links in ActiveObjects.

...

  • issues linked to requirement REQ-001 → requirementYogiLinks('REQ-001')
  • issues linked to requirement REQ-001 and baseline 1 with the relationship resolves → requirementYogiLinks('resolves', '*', 'REQ-001#1')

So you get the idea, any argument can be replaced with '*' if it's not relevant. 

...