Web browser logs
The first things to check when a potential bug is encountered are the web browser logs. Here is how to get them:
Internet explorer:
Open IE, press
F12
to open the developer tools. You should now see a panel with a list of tabs (like Console, Network, etc)Go to JIRA, and perform the same actions that lead to the issue
In the "Console" tab of the developer tools, right click anywhere and select "Copy All". This will copy the entire console logs in your clipboard, which you can paste (
Ctrl + V
) to a text file that you will attach to your support ticketIn the "Network" tab of the developer tools, click on the "save" icon. It should have a tooltip with something like "Export as HAR"
Attach those two files to your ticket (the console logs, and the .har file)
Chrome:
Open Chrome, press
Ctrl + Shift + i
to open the developer tools. You should now see a panel with a list of tabs (like Console, Network, etc)Go to JIRA, and perform the same actions that lead to the issue
In the "Console" tab of the developer tools, right click anywhere and select "Save as...". Save it to any text file
In the "Network" tab of the developer tools, right click anywhere and select "Save as HAR with content"
Attach those two files to your ticket (the console logs, and the .har file)