FwIssueLink
is the only element of ember-fw-issue
which actually is able to be called in apps externally to Issue Tracker.
It designs the "Report an Issue" link for the help dropdown, which internally calls the report-issue
modal.
It is pretty simple to call, taking only one parameter:
<FwIssueLink @fallback="http://..."/>
Note: Many apps define a title
property for FwIssueLink
, but this is entirely pointless, as there is no title property that exists ("Report an issue"
is hardcoded as part of this component).
href
String privateComputed property. Returns the URL when clicking this link. Will be the fallback URL if issue app is not found.