public interface CustomFieldInputHelper
| Modifier and Type | Method and Description |
|---|---|
String |
getUniqueClauseName(ApplicationUser user,
String primaryName,
String fieldName)
Given the primary clause name and the field name, returns the "unique" clause name that should be used when
constructing terminal clauses for this clause name.
|
String getUniqueClauseName(ApplicationUser user, String primaryName, String fieldName)
user - the user performing the searchprimaryName - the primary name of a clause, e.g. cf[10000] or projectfieldName - the name of the field associated to the clause, e.g. My Custom Field or projectCopyright © 2002-2017 Atlassian. All Rights Reserved.