-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Affects Version/s: 7.1.1
-
Component/s: Issue - Sub-Tasks
-
7.01
-
Severity 3 - Minor
Problem:
Viewing the subtask in Project > Issues > Parent issue, the subtask image isn't available. However viewing the issue detail page of parent issue shows the subtask image correctly.
Steps to Reproduce:
- Create an issue and add a subtask on it (More > Create Sub-Task)
- Resolve the subtask
- Go back to the parent issue and you will notice that there's a check image before the summary of the subtask
- Go to Project > Issues > Parent Issue > Subtask and notice that the check image beside the the subtask isn't there
Expected Result
Image should be visible on both scenario
Actual Result
Check image beside the subtask isn't present on the Project > Issues > Parent Issue > Subtask view. It's empty.
Environment:
- Issue is reproducible in JIRA 7.1.1
- Cannot replicate in JIRA 7.2.5
Diagnosis:
Notice the difference in the URL for both scenario.
http://atlassian:8080/projects/images/icons/accept.png for Project > Issues > Parent Issue > Subtask (not working)
http://atlassian:8080/images/icons/accept.png for issue detail page (working)