Projects link

Categories

Component ID

1806780

Component name

Projects link

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Adds an input filter to allow case tracker in Open Atrium to link to other cases in the same style as on drupal.org issues with a shorthand token [#nid].

For example, to mark a case as duplicate of node ID 5557 Open Atrium's case tracker, change the status to Duplicate, then type as the body simply #5557: taxonomy_dhtml bombs if comment.module is not enabled. This could then translate in the case output to a themed output with a CSS background, as a link, and the full nid and title of the linked case.

<span class="project-issue-status-18 project-issue-status-info"><a href="/specialproject/node/5557" title="Status: Deployed, Assigned to: David Norman">#5557: Activity Report Showing Incorrect Totals</a></span>

The full expansion of options would look like [#123-1@] for case 123, comment 1 with an assigned-to indicator.

This module is similar in functionality to Freelinking for Case Tracker, but doesn't depend on the Freelinking module and doesn't require extra brackets.