notableaddedAtlassian calls it: Added
Support for Guest Access in Jira Forge Modules
- Announced
- APIs
- adopting-forge-from-connect, forge-jira-cloud-platform, forge-jsw-cloud
- Severity
- notable, set by
reef/atlassian-rule-v1 - Source
- https://developer.atlassian.com/changelog/#CHANGE-3295
What’s changing You can now enable guest access for the following Jira Forge modules:
jira:customFieldjira:customFieldTypejira:issuePanel
This update allows your apps to run for unlicensed users (guests) who have been invited to a single Jira space. By default, Forge apps only run for licensed Jira and Jira Service Management users.
What you need to do To allow your app to serve unlicensed and guest users, add the unlicensedAccess property to the relevant modules in your manifest.yml file.
modules:
jira:customField:
- key: my-object-field
name: My object field
type: object
...
unlicensedAccess:
- customer
- anonymous
- unlicensed // <- new
For detailed implementation steps, refer to the guide for unlicensed users.
The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.