Class ScreenFinder
java.lang.Object
com.atlassian.jira.projectconfig.fields.ScreenFinder
A simple service that encapsulates the logic of finding the screens for an issue.
- Since:
- v6.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIssueScreens
(Issue issue) Return the create, view and edit screens for the passed issue.
-
Constructor Details
-
ScreenFinder
-
-
Method Details
-
getIssueScreens
Return the create, view and edit screens for the passed issue.- Parameters:
issue
- the issue to query.- Returns:
- the create, view and edit screens for the passed issue.
-