com.atlassian.jira.issue.views.SearchLinkGenerator |
Known Indirect Subclasses
|
This interface is considered usable by external developers but its contracts have not stabilized.
Experimental APIs may be changed at any time before being marked
@Internal
or
@PublicApi
.
Class Overview
Generates issue navigator search link for the given field value.
Public Methods
Get search link for component field scoped within a project of the passed component.
Parameters
component
| The component object to generate the link from. |
Returns
- String with search URL that includes base url, empty String if null parameter was passed.
public
String
getFixVersionSearchLink
(Version version)
Get search link for fixVersion field scoped within a project of the passed version.
Parameters
version
| The version object to generate the link from. |
Returns
- String with search URL that includes base url, empty String if null parameter was passed.