Package com.atlassian.jira.my_home
Interface MyJiraHomeUpdateService
- All Known Implementing Classes:
MyJiraHomeUpdateServiceImpl
public interface MyJiraHomeUpdateService
Update the My JIRA Home to a new value.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateHome
(ApplicationUser user, String completePluginModuleKey) Updates the user's My JIRA Home location to be provided by the given plugin module.
-
Method Details
-
updateHome
Updates the user's My JIRA Home location to be provided by the given plugin module. It is expected, that the plugin module is aWebItemModuleDescriptor
.- Parameters:
user
- the user for which the location is setcompletePluginModuleKey
- the complete key of the plugin module providing the My JIRA Home link- Throws:
MyJiraHomeUpdateException
- if the update failed- Since:
- 6.4
-