public class HitCollectorUtil extends Object
| Constructor and Description |
|---|
HitCollectorUtil() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldId(String documentConstant)
Translates between a known set of document id's to field id's that can be used to check visiblity.
|
public String getFieldId(String documentConstant)
This method will turn any custom field id's such as customfield_10000_RAW into customfield_10000.
documentConstant - the value to transform into a field idCopyright © 2002-2021 Atlassian. All Rights Reserved.