-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
8.20.0, 8.22.0, 9.0.0, 9.4.0, 9.12.0, 8.20.30, 10.0.0
-
8.2
-
1
-
Severity 3 - Minor
-
Issue Summary
When Jira Software is installed on a Jira instance, viewing an issue from the browser may trigger requests to <jira-base-url>/rest/bamboo/latest/deploy/<issue-key> even when an application link doesn't exist to a Bamboo instance.
This creates unnecessary requests when browsing Jira issues from the UI, which may impact the user experience when high performance is expected.
This is caused by the Jira Bamboo Plugin, which is bundled only with Jira Software.
Once Jira Software is installed, similar requests may be triggered on any type of project, including Business (Core), Software (JSW) and Service (JSM).
Steps to Reproduce
- Install a vanilla instance of Jira Software Data Center.
- This was validated on Jira SW versions 8.20.30, 10.0.0.
- Create a software project with sample data.
- Any project type would do it, including Business projects.
- Load a Jira issue from the browser.
Expected Results
Since there's no application link to a Bamboo instance, no request is made to /rest/bamboo/latest/deploy.
Actual Results
A request is made to <jira-base-url>/rest/bamboo/latest/deploy/<issue-key>.
Workaround
If you don't have an application link to a Bamboo instance and would like to prevent similar requests when viewing Jira issues from the browser, disable a specific plugin module as below:
- Authenticate to Jira as a system administrator.
- Go to Administration > Manage Apps > Manage Apps.
- Filter for All apps, search for the Jira Bamboo Plugin and expand all modules of this plugin.
- Disable the Deployments Panel (bamboo-deployment-projects-right) module.
- links to