30. Artic Time Efforts
Month | Effort Taken | Issue Link | RCA | Description |
---|---|---|---|---|
August 2023 | 40h 30m | Not a bug. Jira 9 had few security updates. According to that the webview will not work and give 405 error until we give a work around. We have given the 405 work around the way we rendered webview has been changed according to the security updates. The issue is fixed. | 405 Work around implementation that make the app compatible with Jira 9. And the known rest end points that has been changed in Jira 9 , code structure updating. | |
September 2023 | 28h | This is not a bug Invalid credentials and missing folder.
Folder missing and credentials for the platform was invalid in Netx so the files not getting stored instead thrown error. Folder created. And credentials updated. Issue sorted out. | Root cause finding, calls and fixing.
| |
October 2023 | 12h | Bug : There was an issue handling the exhibition id some special characters like comma is appended to the id that made the data not getting populated. | Code implementation to fix the bug. | |
April 2024 | 8h30m | Reason : Jira Server upgrade to DC made many libraries deprecated and made app incompatible. | Jira server is upgraded to DC so libraries that supports DC has been replaced. | |
May 2024
| 66h | https://empyrajira.atlassian.net/browse/APP-1028
|
| Finding root cause and the New api changes that had prevented the mapping being added with right values. The specific request doesnt have mappings before upgrade. Code updates have been done to support the mappings from new api rest end point. Then mappings added and the solution worked. |