Question about Configuring a Custom Field Involving Math (Script Field)

MAG-II August 27, 2019

Hello - 

I am attempting to start a project in Jira that involves a pool of money, represented by a number field called "Amount Available." The idea is that when tickets get created there is another number field labeled "Amount Spent" that gets populated in the workflow.

I'm wondering if it's possible to do 2 things. In my Amount Available field I want to have a number that I initially enter. When tickets get created, and when Amount Spent fields get populated, the Amount Spent numbers subtract from the number that I have entered in the Amount Available field. Ideally the Amount Available field would be present on the Dashboard.

I have never attempted to make such configurations in Jira, and am not sure if this concept is popular. I do have the Adaptavist Scriptrunner plugin, so I was thinking that maybe some kind of Script Field could achieve this. 

 

Any advice anyone may have would be much appreciated. Thanks.

2 answers

0 votes
Marc Minten _EVS_
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.
August 28, 2019

Using scriptrunner : have an input field "Initial Amount", an input field "Amount Spent" and a calculated field (scripted field) "Amount Available" (=Initial Amount - Amount Spent).

MAG-II August 28, 2019

Thanks for the response. I am attempting to configure what you outlined, but am struggling. My experience with Script Fields is more or less nonexistent. 

I have also been reading into JQL aggregateExpressions. It seems as though this concept can work as summaries of fields. If I am understanding the logic correctly, but theoretically I could calculate fields adding / subtracting from one another. 

Does this sound correct? 

MAG-II August 28, 2019

So I've been researching further, and it appears that aggregateExpessions will not get me the solution. JQL is not capable of actually calculating any data, rather it's a means to filter through existing data.

 

I have tried to type up a Script Field, but I am getting errors with the example that you provided. 

The idea is that there are 3 fields: "Amount Deposited", "Amount Spent," and "Amount Available" - Amount Available would be the Script Field.

All values for Amount Deposited are added to Amount Available. All values for Amount Spent are subtracted from Amount Available.

Is such a Script Field possible?

Marc Minten _EVS_
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.
September 2, 2019

can you share your script and error messages ?

0 votes
MAG-II August 28, 2019

Following up to the post, and I have thought more about it -

The ideal situation would be to have a field called "Amount Deposited." The numbers on this field would add to the field "Amount Available."

The field "Amount Spent" numbers then get subtracted from "Amount Available."

 

I apologize for the wordy posts. Again, would appreciate any thoughts / help. Thanks!

Suggest an answer

Log in or Sign up to answer