Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Set digits to result of lookupIssues.size

Angel
Contributor
March 28, 2025

Hi 

I want set 3 digits to result of lookupIssues.size, I created a variable "num" with value "

{{#=}}{{lookupIssues.size.asNumber}}+1{{/}}" and I used this expresion "

{{#=}}{{num.format("###")}}{{/}}" to get a number with 3 digits "00X" but doesnt works

 

Thanks  

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Kseniia Trushnikova
Community Champion
March 30, 2025

Hi @Angel,

Try this:

{{num.asNumber.format("###")}} 
Kseniia Trushnikova
Community Champion
March 30, 2025

To be more precise, {{num.asNumber.format("000")}} :)

Like • Angel likes this
Angel
Contributor
April 1, 2025

Thanks, that works

TAGS
AUG Leaders

Atlassian Community Events