Class ScreenFinder

java.lang.Object
com.atlassian.jira.projectconfig.fields.ScreenFinder

@Component public class ScreenFinder extends Object
A simple service that encapsulates the logic of finding the screens for an issue.
Since:
v6.1
  • Constructor Details

  • Method Details

    • getIssueScreens

      @Nonnull public Iterable<FieldScreen> getIssueScreens(@Nonnull Issue issue)
      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.