Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Done
-
prod/bigtemplate/jiracloud/2021/05/10/07/20, prod/bigtemplate/jiraserver/2021/05/27/11/30/8.0.25
-
None
-
No
-
Tree
-
BigTemplate
-
JIRA server, JIRA cloud
-
13
-
8
-
-
Inevitable
-
3 weeks, 5 days, 26 minutes, 19 seconds -
2 hours, 7 minutes -
2 days, 14 hours, 47 minutes, 58 seconds -
4 days, 1 hour, 46 minutes, 5 seconds -
23 minutes, 11 seconds -
1 minute, 56 seconds -
1 week, 6 days, 20 hours, 54 minutes -
Description
Prerequisites:
Jira Server on Windows operating system
Reproduction steps:
- Go to BigTemplate technical configuration
- Go to Technical Info
- Click on 'Export diagnostic' button
Actual result:
There is wrong info when reading permissions for write/read.
Commands that are executed:
echo ‘You can safely remove this file’ > C:\Program Files\Atlassian\JIRA7.0.0\temp\bigtemplate_permissions_check_file-safe_to_delete.txt
type C:\Program Files\Atlassian\JIRA7.0.0\temp\bigtemplate_permissions_check_file-safe_to_delete.txt
Expected result:
Commands that are executed:
echo ‘You can safely remove this file’ > “C:\Program Files\Atlassian\JIRA7.0.0\temp\bigtemplate_permissions_check_file-safe_to_delete.txt”
type “C:\Program Files\Atlassian\JIRA7.0.0\temp\bigtemplate_permissions_check_file-safe_to_delete.txt”
Workaround:
N/A