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 TypeMethodDescriptionvoid
addOneField
(ApplicationUser user, String field) void
addSomeFields
(ApplicationUser user, Collection<String> fields) getLastFields
(ApplicationUser user)
-
Method Details
-
getLastFields
-
addOneField
- Throws:
JSONException
-
addSomeFields
- Throws:
JSONException
-