Interface LastJqlFieldsService
- All Known Implementing Classes:
LastJqlFieldsServiceImpl
public interface LastJqlFieldsService
A service to update last used in JQL search fields
- Since:
- v7.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOneField(ApplicationUser user, String field) voidaddSomeFields(ApplicationUser user, Collection<String> fields) getLastFields(ApplicationUser user)
-
Method Details
-
getLastFields
-
addOneField
- Throws:
JSONException
-
addSomeFields
- Throws:
JSONException
-