public class

DefaultBugAssociatorPrefs

extends Object
implements BugAssociatorPrefs
java.lang.Object
   ↳ com.atlassian.jira.web.action.issue.DefaultBugAssociatorPrefs

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.web.action.issue.BugAssociatorPrefs
Public Constructors
DefaultBugAssociatorPrefs()
Public Methods
int getDefaultMode(Issue issue)
What to show initially.
int getDefaultSearchMode(Issue issue)
Whether users can select just one or multiple issues.
long getDefaultSearchRequestId(Issue issue)
Get the search request to run initially, if the SEARCH mode is used.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.web.action.issue.BugAssociatorPrefs

Public Constructors

public DefaultBugAssociatorPrefs ()

Public Methods

public int getDefaultMode (Issue issue)

What to show initially.

Returns

public int getDefaultSearchMode (Issue issue)

Whether users can select just one or multiple issues.

Returns
  • SINGLE - select just one issue or MULTIPLE select multiple issues (checkboxes).

public long getDefaultSearchRequestId (Issue issue)

Get the search request to run initially, if the SEARCH mode is used.