Reporter Plugin: images are not showed for subtask

0

Marcos Mata Mansilla
Added 10 months ago

After many problems with reports and images, I have verified with a simple template that the problem is that images are not showed for subtasks:

{{ issue.description | with_formatting }}

{% for issues2 in issue.subtasks.all %}
  {{ issues2.description | with_formatting }}
{% endfor %}

Testing scenario:
- Both Task1 and Task2 have the same image (.png) in its description.
- Task1 is Task2 parent.

Using this report with task1: Task1 image is showed. Task2 image is not showed.
Using this report with task2: Task2 image is showed.

My conclusion is that issue.subtasks array is not working properly with field "Description" content.

Answers (1)

0

Dimitar Chervenakov
Added 19 days ago

Dear Marcos,

Thanks for the detailed description of the situation.

For the solution of this problem further investigation is needed. Please contact us at and our support engineers will help you solve it.

    (1-1/1)