Class ShowPanelRequest

java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.ShowPanelRequest

@PublicApi @Immutable public final class ShowPanelRequest extends Object
Request object used in the IssueTabPanel2 SPI.
Since:
v5.0
See Also:
  • Constructor Details

    • ShowPanelRequest

      @Internal public ShowPanelRequest(@Nonnull Issue issue, @Nullable ApplicationUser remoteUser)
  • Method Details

    • issue

      @Nonnull public Issue issue()
      Returns:
      the Issue on which the panel will be displayed
    • remoteUser

      @Nullable public ApplicationUser remoteUser()
      Returns:
      the User that is viewing the page, or null for an anonymous user
    • isAnonymous

      public boolean isAnonymous()
      Returns:
      true iff the user that is viewing the page is anonymous (i.e. not logged in)