-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Forge - Function invocation
-
Minor
-
Integration testing
Issue Summary:
Accordingly to The Forge Invocation Token it should provide app.module.type and app.module.key, but they are being provided as blank for jira:GlobalPage and jira:projectPage
Steps to Reproduce
- Create a Forge app with remote
- Invoke a remote function from backend in the context of a jira:globalPage or jira:projectPage module
- Check FIT’s payload
Expected Results
The FIT should provide the module key and module type
Actual Results
Blank results:
{{ "module":
,}}
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available