We have a use-case in which we want to provide users with a list of issues from JIRA, but not allow them access to JIRA. For example, in Confluence they would visit a page with a JIRA macro that is pulling in issues from our JIRA instance. Instead of seeing the "Authenticate" banner, they would instead see a read-only JIRA list with the Issue Number and the Headline. We don't want to give access to JIRA to everyone (and we can't, for security reasons) make use of anonymous users. We just want to display the very basic of data within our Confluence instance from JIRA using the macro without having to give each user read only access. Essentially, we want to output a table of issues based on JQL query.
Is this possible?