...
Code Block |
---|
{{#each fields.subtasks}} //subtask simple text, number custom field {{{jExtend key "renderedFields.customfield_10031"}}} //subtask description {{{jHtml (jExtend key "renderedFields.description")}}} //subtask user picker custom field {{jExtend key "fields.customfield_10041.displayName"}} //subtask date custom field {{jDate (jExtend key "fields.customfield_10033") "YYYY-MM-DD"}} //subtask multiselect custom field {{jArray (jExtend key "fields.customfield_10039") 'value'}} //subtask html custom field {{{jHtml (jExtend key "renderedFields.customfield_10031")}}} //subtask description {{{jHtml (jExtend key "renderedFields.description")}}} //if statement on subtask typewith status {{#ifeq fields.issuetypestatus.name "Sub-taskIn Progress"}} is Sub-task this subtask has status In-Progress{{/ifeq}} {{/each}} |