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).

Show:

Properties

app

AppMeta private

App metadata for the issue app. Will be null if the app is not loaded

fallback

String

Fallback link in case the regular issue tracker goes down

href

String private

Computed property. Returns the URL when clicking this link. Will be the fallback URL if issue app is not found.

target

String private