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.
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
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.