Output of linked tasks using smart values

volkova.y March 24, 2021

Hello,

The case – it's a need to output the numbers of the linked tasks to the parent task to the subtask. Counts correctly, and outputs 4 fields, but without attributes. Does anyone know what the problem might be? I will be grateful for the answer.Снимок экрана 2021-03-24 в 11.29.20.png

I try this query:

{{#issue.parent.issuelinks}}
* Name: {{summary}}, link: {{url}}, type: {{issueType.name}}
{{/}}

 

1 answer

1 accepted

1 vote
Answer accepted
volkova.y March 24, 2021

The solution: 

{{#issue.parent.issuelinks}}
* Test case name: {{issue.summary}}, link: {{issue.url}}, type: {{issue.issueType.name}}
{{/}}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events