public interface

BugAssociatorPrefs

com.atlassian.jira.web.action.issue.BugAssociatorPrefs
Known Indirect Subclasses

Class Overview

Class encapsulating behaviour on the "issue picker" popup shown when linking issues.

Summary

Constants
int MULTIPLE
int RECENT
int SEARCH
int SINGLE
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.

Constants

public static final int MULTIPLE

Constant Value: 19 (0x00000013)

public static final int RECENT

Constant Value: 1 (0x00000001)

public static final int SEARCH

Constant Value: 7 (0x00000007)

public static final int SINGLE

Constant Value: 17 (0x00000011)

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.