I want to create a Project on JIRA with Custom fields, which can sum all elements in single calculated fields - each one. How to resolve this:
------------------------------------------
Name | SUM COLUMN |
First Element | 3 |
Secound Element | 8 |
Total: | 11 |
How to create that Suming elements in JIRA ?
Only the namber is a number. But how write a Code ? Please help.
You'll need to write code for this.
Are these fields going to appear on each issue? i.e. First Element and Second element are (number?) custom fields, and total then gets displayed on the issue view (and navigator and reports etc) when one or both of them have data?
Can I sum elements in workflows ? From 3-4 custom fields in one row ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have not explained where you want these fields. Are they going to appear on each issue? Or somewhere else? (Yes, you can sum elements in workflows - you'll need some code to add it up and either post it into another field in a post-function, but it might be easier to use a scripted field)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All this fields I want to have in one Project called Licencion. This will be my first project on Jira. And first of all I must prepere total sum of all numeric fields and secound i must sum three numer fields in a row, and give back the answer in fourth field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does that mean the fourth field IS going to be a field on *the issue*?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No :) fourth field it will be numeric field which have got result of sums from 3 another fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So where is it supposed to go?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this some row, numer field too in this some isue, but summing three more. Like Number1+Number2+Number3=Number4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the FIFTH TIME, *where* do you want this result field to go? Stop repeating the requirement, tell us where it should display?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hurray now I'm conect with BitBucket Thank You Very much :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I must done the sum all fields which i want In Issue and sum All numeric field in column.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Only in the row in the same issue" and the following comment still do not answer the question. (What "row"?) Unless you can tell us WHERE you want the field, I'm going to have to give up on you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Calculated Number field can easily be used for such Job ... Plugin name JIRA Misc Custom Field [Cost Free]
https://marketplace.atlassian.com/plugins/com.innovalog.jmcf.jira-misc-custom-fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And How could i prepere two fields sum there ? Please help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe this is something for you https://marketplace.atlassian.com/plugins/com.atlassian.cps.sumUp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.