I need to create a field that will not allow a user to enter any value (optional) and will calculated value based on two other fields....basically it will add two fields and display that value (required). Is this possible?
I couldn't find any type of field similar to a 'Calculated Field' so I'm not sure if this can be achieved. The two fields whose values are added are both numeber fields.
Thanks for any help!
Hi Tudor,
Yes, you are right. Is not possible in AOD per AOD policy. I remeber before, we used to hack the fields description by using JavaScript (is not preferred by Atlassian) in those cases, but that was my way to get things done.
Now we are no more allowing HTML markup in the fields descriptions, as a result of that, you can't do anyhting as a workaround by using JS.
However, you may raise a feature request at out issue tracker: https://jira.atlassian.com/secure/Dashboard.jspa and feel free to vote/watch.
Hope it helps.
Cheers,
Omar
Any idea if I can create a JQL query with a calculation in it? That way I can just create a report based on the query and report on that calculation rather than show it on an issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess is not possible, because JQL capabilities is not until that level yet (don't be confused with SQL), may I know what kind of reports your are intending to produce?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Basically we are looking for a report which would show money is spend in our development team. Basically a breakdown of how much customers, sales, and our company had to spend to for each enhancement, bug fix or code refactor.
I have custom fields for the $ amounts in each issue, so I was thinking, maybe with JQL I can pick up those fields and report on them. Is that possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would using Confluence as depicted here (https://confluence.atlassian.com/display/DISC/Confluence+Reporting+HOWTO) for these sorts of reports since its SQL based not JQL based?f
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.
Actually after watching some videos on reporting, I'm thinking maybe its possible to create a JQL filter and do the calculation there, where it would be displayed in a report or something. Not sure if this is an option but I will give it a try today.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only way with OnDemand which was mentioned already is to extract the data using the REST API and generating your own report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since we are using OnDemand JIRA and as per the plugin policy (https://confluence.atlassian.com/display/AOD/Atlassian+OnDemand+Plugin+Policy) I guess I cannot do what is mentioned above and create a pluging for the calculation.
Are there any other options? Or a feature request?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tudor
On standalone JIRA version I would write a simple plugin with one calculated customfield (without edit mode, just readonly) to agregate values from other customfields on the same issue.
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I actually came across writing a plugin for calculations but I don't think it works with the OnDemand version? Can anyone confirm this?
I didn't see anything in the documentation but I couldn't find any options in the setting to add custom plugins etc...
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.