Interface ServiceDeskSoftwareInfoService
@PublicApi
public interface ServiceDeskSoftwareInfoService
Returns information about the Jira Service Management software
-
Method Summary
Modifier and TypeMethodDescriptiongetSoftwareInfo
(com.atlassian.jira.user.ApplicationUser user) Returns Jira Service Management software information
-
Method Details
-
getSoftwareInfo
Returns Jira Service Management software information- Parameters:
user
- the user requesting software information. Some information are restricted to user with certain level of permission. If null the software information is provided from the perspective of anonymous users.- Returns:
- Jira Service Management software information
-