How do I sort issues by keyword in a static section?

Julius Medrano August 14, 2015

I currently have a template that will iterate through issues and create table row for each one. I want to sort the issues by Summary (They all start with a number) without needing to do it beforehand on JIRA (boss' suggestion). Here is a small, working section of my code.

 

&{for issues|filter=%{(${OriginalEstimate}/3600) >=  4}}}

${Summary} (${Key})

${count}

${set(count,%{${count}+1})}

${AssigneeUserDisplayName}

${Reporting Status}

 

%{(${OriginalEstimate}/3600).toFixed(2)} Hours

&{end}

 

I've only had a day to play around with this so if I overlooked something I apologize in advance. 

1 answer

1 vote
Fábio Antunes August 24, 2015

Hi @Julius Medrano,

 

I think we already solved this problem in your support ticket. Feel free to contact us again.

Kind Regards,
Fábio Antunes

Suggest an answer

Log in or Sign up to answer