Forums

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

Summary

Jamil Rahimov
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.
November 11, 2018

Set summary with Number Field using post function
I would like it appears like 400 000. (separately)
1.PNG

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
November 12, 2018

Hello,

You could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You could add a post function with a code like this:

summary = summary + "400000 AZN";

You can read more about post functions here:

https://confluence.cprime.io/display/JJUPIN/Customizing+workflows 

Jamil Rahimov
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.
November 12, 2018

Hi sir,
400 000 it is amount of money.
It can be 10 000, 100 000 or etc.
Post-function takes value from number field(custom-field) and add this to summary.
In this case if amount is 130 000 it shows like this:130000.
Is there any function(without script) which I can use in post function to separate zero.

Alexey Matveev
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.
November 12, 2018

You can not do it out of the box. You would need a plugin. With the Power Scripts add-on your script would look like this:

summary = summary + #{your number custom field name};
Nic Brough -Adaptavist-
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.
November 12, 2018

No.  You need to script/code this, which means writing an App, or using an existing one.

Like Jamil Rahimov likes this
Jamil Rahimov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 16, 2018

@Nic Brough -Adaptavist-
I used script for separate number and it worked.
Thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events