Question: I need to create a Forge app with a jira:issuePanel
that appears in only ONE specific project, not across all projects on the site.
What I've tried:
useProductContext()
in Custom UI - returns undefinedinvoke()
to get project info - the invoke call doesn't executereq.context.extension.issue.key
in resolver - same issue with invoke not connectingDetails:
render: native
)read:jira-work
permissionforge install
, there's no option to select specific projects - it installs globallyQuestion: Is there a way to scope a jira:issuePanel
to a single project? Or is global installation the only option for this module type?
If project-scoping isn't possible, what's the recommended approach for building project-specific functionality in issue panels?