public interface LabelUtil
Modifier and Type | Method and Description |
---|---|
String |
getLabelJql(ApplicationUser user,
Long customFieldId,
String label)
Deprecated.
Since 7.1 beucase it generate old fashioned URLs. Use
getLabelSearchPath(ApplicationUser, Long, String) instead. |
String |
getLabelJql(ApplicationUser user,
String label)
Deprecated.
Since 7.1 beucase it generate old fashioned URLs. Use
getLabelSearchPath(ApplicationUser, String) instead. |
String |
getLabelJqlForProject(ApplicationUser user,
Long projectId,
Long customFieldId,
String label)
Deprecated.
Since 7.1 beucase it generate old fashioned URLs. Use
getLabelSearchPathForProject(ApplicationUser, Long, Long, String) instead. |
String |
getLabelJqlForProject(ApplicationUser user,
Long projectId,
String label)
Deprecated.
Since 7.1 beucase it generate old fashioned URLs. Use
getLabelSearchPathForProject(ApplicationUser, Long, String) instead. |
String |
getLabelSearchPath(ApplicationUser user,
Long customFieldId,
String label)
Given a label and custom field Id, this utility returns the URL to search for this label in the custom field
provided
|
String |
getLabelSearchPath(ApplicationUser user,
String label)
Given a label this utility returns the URL to search for this label in the system labels field
|
String |
getLabelSearchPathForProject(ApplicationUser user,
Long projectId,
Long customFieldId,
String label)
Given a label, project id and custom field id, this utility returns the URL to search for this label in the
label custom field, limited by the project provided
|
String |
getLabelSearchPathForProject(ApplicationUser user,
Long projectId,
String label)
Given a label and project id, this utility returns the URL to search for this label in the label system
field, limited by the project provided
|
String getLabelJql(ApplicationUser user, String label)
getLabelSearchPath(ApplicationUser, String)
instead.user
- The user running the searchlabel
- The label string to search forString getLabelJql(ApplicationUser user, Long customFieldId, String label)
getLabelSearchPath(ApplicationUser, Long, String)
instead.user
- The user running the searchcustomFieldId
- The CustomField Id of the labels custom fieldlabel
- The label string to search forString getLabelJqlForProject(ApplicationUser user, Long projectId, String label)
getLabelSearchPathForProject(ApplicationUser, Long, String)
instead.user
- The user running the searchprojectId
- The project to limit the searchlabel
- The label string to search forString getLabelJqlForProject(ApplicationUser user, Long projectId, Long customFieldId, String label)
getLabelSearchPathForProject(ApplicationUser, Long, Long, String)
instead.user
- The user running the searchprojectId
- The project to limit the searchcustomFieldId
- The CustomField Id of the labels custom fieldlabel
- The label string to search forString getLabelSearchPath(ApplicationUser user, String label)
user
- The user running the searchlabel
- The label string to search forString getLabelSearchPath(ApplicationUser user, Long customFieldId, String label)
user
- The user running the searchcustomFieldId
- The CustomField Id of the labels custom fieldlabel
- The label string to search forString getLabelSearchPathForProject(ApplicationUser user, Long projectId, String label)
user
- The user running the searchprojectId
- The project to limit the searchlabel
- The label string to search forString getLabelSearchPathForProject(ApplicationUser user, Long projectId, Long customFieldId, String label)
user
- The user running the searchprojectId
- The project to limit the searchcustomFieldId
- The CustomField Id of the labels custom fieldlabel
- The label string to search forCopyright © 2002-2017 Atlassian. All Rights Reserved.