I am reviewing our permission scheme. We have some permissions allowing "Any logged in User" and "Application Access - Jira Software", is there a difference.
I'm mostly concerned that "Application Access - Jira Software" may pertain to external connectors or users running API commands using a Token.
Does external access (e.g. API, JIRA CLI, Connectors QTest et. al.) require a specific permission other than "Any Logged in User"?
The difference is that any logged in user applies to all users that you have on your Atlassian instance, so it could be your Confluence users, JSM agents, and Jira users. Application access - Jira Software is only for users that have been assigned a JSW license.
For external access there are are couple if different ways, all apps that you get from the marketplace has a dedicated user that is added to the atlassian-addons-project-access project role. For the REST API you are using an API token and the access level needed depends on the endpoint you are using.
Thanks Mikael. Given the follow scenario:
I run an API command using greg.bowe@mydomain.com and an API token. Does that call to the API fall into the "Any Logged in User" category?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It all depends on the endpoint and what permissions you have, but most of the API endpoints require that you have a JSW license and the right permissions in projects.
Setting Any logged in user in the permission scheme to for example manage sprints would only allow users that have a JSW license to manage sprints, since that is a feature in JSW. But you could for example set any logged in user to browse project create issue so that your Confluence users could create new issues, but they would not be able to do anything else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.