Hello,
I’m currently developing a Jira app, and I would like to implement a feature that disables the Jira issue context page through the project settings page.
However, I’m unsure how to approach this. Is it possible to achieve this functionality?
Any ideas or suggestions would be greatly appreciated. Thank you for your help!
I’ve been referring to the documentation here:
https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-project-settings-page/
https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-issue-context/
Even if there isn’t a solution for this, being able to disable the Jira app for each project will still solve what I want would like to achieve.
Hello @satoshi.tanoue
IMHO, I think you’re flogging an old, dead horse… the topic of trying to disable the issue context panel has been done to death, hence JRACLOUD-79327 and JSWCLOUD-21242 before it. The Forge Issue Context module only lets you add to that panel; it doesn’t have the ability to make it not exist. That panel is an intrinsic part of the Jira UI and Atlassian don’t want you ‘sabotaging’ the core user experience, let alone the possible consequences of doing so.
The issue context panel is here to stay. If it really bothers you that much, use a Chrome browser side add-in like Jira Expand Workspace, or Better Jira Browse which alter the UI after it’s rendered to resize the CSS for the object and allows you to collapse it.
Just my 5 cents.
1 Like
Hey there!
Sadly, I’ve also hadn’t found the way to control the visibility of Issue Context or Issue Tab directly from Forge app. I know, it’s a bummer. But here’s the silver lining — there’s a feature (display conditions) that might just solve this! You can track it here: [FRGE-582] - Jira. So, feel free to vote, cross your fingers, and keep an eye on it!
Cheers!
1 Like
Hello everyone,
Thank you for sharing your insights on this matter. I understand that the issue context panel is an integral part of the Jira UI and that disabling it isn’t currently supported through the Forge app.
Thanks again for your valuable input.