Can we install forge app in jira on selected projects only
Using app access rules, customers can customize and extend Jira and Confluence while maintaining control over app access to certain content in specific projects or spaces.
Source: App access rule coverage summary | Atlassian Support
This is the closest I can think of to what you are looking for. Why do you want this out of interest?
1 Like
Depending on the Jira module (https://developer.atlassian.com/platform/forge/manifest-reference/modules/index-jira/), you may be able to define the displayConditions
in the Forge application manifest.
The object that defines whether or not the field is displayed on the issue view or global issue create (GIC) (other views or REST APIs are not affected). See display conditions.
1 Like