public interface LabelUtil
Modifier and Type | Method and Description |
---|---|
String |
getLabelJql(ApplicationUser user,
Long customFieldId,
String label)
Given a label and custom field Id, this utility returns a JQL string to search for this label in the custom field
provided
|
String |
getLabelJql(ApplicationUser user,
String label)
Given a label this utility returns a JQL string to search for this label in the system labels field
|
String |
getLabelJqlForProject(ApplicationUser user,
Long projectId,
Long customFieldId,
String label)
Given a label, project id and custom field id, this utility returns a JQL string to search for this label in the
label custom field, limited by the project provided
|
String |
getLabelJqlForProject(ApplicationUser user,
Long projectId,
String label)
Given a label and project id, this utility returns a JQL string to search for this label in the label system
field, limited by the project provided
|
String getLabelJql(ApplicationUser user, String label)
user
- The user running the searchlabel
- The label string to search forString getLabelJql(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 getLabelJqlForProject(ApplicationUser user, Long projectId, String label)
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)
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-2016 Atlassian. All Rights Reserved.