Interface ActionUtilsService
- All Known Implementing Classes:
ActionUtilsServiceImpl
public interface ActionUtilsService
Useful utils function for web actions
- Since:
- v6.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetIssue(Long issueId, ApplicationUser user) getIssue(String issueKey, ApplicationUser user) getQueryStringFromComponents(Map<String, String[]> parameters) com.atlassian.soy.renderer.SoyTemplateRenderergetUserAgent(jakarta.servlet.http.HttpServletRequest request) booleanboolean
-
Field Details
-
IS_INLINE_EDIT_ENABLED_KEY
- See Also:
-
-
Method Details
-
getUserAgent
-
isInlineEditEnabled
boolean isInlineEditEnabled() -
noGlobalShortcutLinksIsEnabled
boolean noGlobalShortcutLinksIsEnabled() -
getQueryStringFromComponents
-
getQueryStringFromComponents
-
getIssue
-
getIssue
-
getVisibleFieldNamesJson
- Throws:
JSONException
-
getVisibleFunctionNamesJson
- Throws:
JSONException
-
getJqlReservedWordsJson
- Throws:
JSONException
-
getSystemFiltersJson
String getSystemFiltersJson() -
getSoyRenderer
com.atlassian.soy.renderer.SoyTemplateRenderer getSoyRenderer()
-