Atlassian Certified in Managing Jira Projects for Cloud (ACP-100) — Question 23
A team is complaining that their Jira project is slow to use. You are able to replicate the slow behavior by viewing and trying to edit one of their issues.
Which logging option will help you or a system administrator to diagnose the problem?
Answer options
- A. Use the Log Analyzer to get more information about the issue view process.
- B. Configure Jira to record and log the JavaScript execution from the browser console.
- C. Set the logging to DEBUG level on all packages causing activity for that issue.
- D. Enable profiling globally, so the logs can be inspected for anomalies when viewing the issue.
Correct answer: D
Explanation
Enabling profiling globally allows for a comprehensive analysis of the logs, which can reveal anomalies that occur during the issue viewing process. The other options, while useful, do not provide the same level of insight into the overall performance issues affecting the project. The Log Analyzer and DEBUG level logging may help, but they do not focus specifically on the profiling required to diagnose the problem thoroughly.