Forums

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

How to put the sum to 2 text field in a number fild

Rogerio
Contributor
October 12, 2022

 I create a automation for calculate the sum of the 2 text fields and I try to put it in a number field, but it didn't work.

 

 

2 answers

1 accepted

1 vote
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 12, 2022

Hi @Rogerio 

There are a couple of ways to do this, which you may read about here: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/

Either use this syntax:

{{issue.myCustomField.asNumber.plus(issue.myOtherField.asNumber)}}

Or...

{{#=}}{{issue.myCustomField.asNumber}} + {{issue.myOtherField.asNumber}}{{/}}

 

Kind regards,
Bill

Rogerio
Contributor
October 13, 2022

Hi @Bill Sheboy ,

I used this syntax. But The result didn't calculate. 

My fields are Select List (single choice) and the result field is a Number field

So, I try put in the result field this:

{{#=}}{{issue.SelectListField1.asNumber}}+{{issue.SelectListField2.asNumber}}{{/}}

Is it the Select list fields causing the problem?

 

Kind regards,

 

Rogerio

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2022

Yes, it is.  Please use .name first to select the displayed value from the selection list.  For example:

{{issue.SelectListField1.name.asNumber}}

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/

Like Rogerio likes this
0 votes
Rogerio
Contributor
October 12, 2022

image.pngit is the example, but didn't work.

Suggest an answer

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

Atlassian Community Events