In Jira Cloud, have the JMCF app by AppFire and trying to create a scripted field to display the last comment body, date and author. When I test, I recieve this error: Type...
Hello Community I have created an LDAP Scripted field "Abteilung", which shows the departments of all employees. The problem is that I can't remove the duplicate departments from this new field. A...
I'm working on migrating some fields from DC to Cloud. One of the fields has this script for Calculated (scripted) Number Field. issue.get("customfield_21408")==null ? null : (issue.get("custo...
I'm using JMCF on both Cloud and DC. On DC I have a field that gets the time stamp for the first comment. Script is issue.get("comment").find{!it.isInternal()}?.created I cannot get thi...
Hi Team, I have 2 different custom fields (Field A, Field B) in Jira datacenter. I was looking to build a new calculated custom field (Field C) where the values will be the sum-up of Field B on a sp...
Hello guys, I am trying to configure a JMCF field with a groovy script. The field should have only two values - null and '1'. If this field ever had a '1' value it should have '1' value regarding an...
Hi, We need to show the message to the user at the transition in the task. The message should display the sum of the calculated field from each subtask. Also, if in one of the subtasks the...
I have a field that calculates the number of days a date has changed in the last 7 days. I am then exporting the results to a jira filter to only pick up days that have changed. I want to...
I have a custom field called "Goal Date Type" that has the values of "Ambition", "Target", and "Committed". I want to be able to list the items that have changed from either "Ambition" or "EMPT...
I am not sure that where I am going wrong on this is in the date section. I am trying to create a formula that will return a value based on the following formula. Priority = (revenue/365)/(goa...
Hello, I'm using MISC Custom Field plugin and I want to make multi select with values. I'm using this groovy script: class OptionType extends Option{ } def option = new OptionType(...
I have been asked to calculate the number of days a date has changed and show that information in a field. I have the calculated field option bug I am not sure how I translate that into this ty...
Depending on the "amount of days" between a given Start-Date and Finish-Date, we want to create for each single day a seperate Issue. Example - Scenario: 1. Existing Issue-1 with: StartDate 02.07.2...
Hi, I'm trying to add custom field to Issue Detail View in Kanban board. I have already all setup, the calculated number field works, I can add it to card layout but in Issue Detail View config...
Is it possible to have String conditions in Calculated Number Field? Please see below code: <!-- @@Formula: double writeOffAmountFc = issue.get("customfield_19117"); double writeOffAmoun...
Hi All, I have a problem as following, any help will be appreciated.. I opened a bunch of calculated custom fields and configure those custom fields like following; Issue type(s):Global (a...
Hi. I imagine the answer to this is very simple, but I'm so sort of java developer and I'm stuck. I have 4 single select fields where each option in the pick list is a number. They are whole numbers ...
The Jira Misc Custom Fields addon has some basic documentation, but I can't find the JavaDocs for the custom classes it uses, and I don't know what methods are available for it. There's https:/...
My case is adding two custom fields and write it down on a third custom field. My sum formula is: <!-- @@Formula: ((issue.get("customfield_12107")) + (issue.get("customfield_12108"))) --&g...
Copy Value From Field to Field post function I was trying to make a postfunction that copies the due date to the end date but only when the end date field is empty because they may be differe...
Hello, I'm trying to create a Calculated Text field where I take 2 different custom fields, assign those text values a numeric value, and add them together. If both custom fields were numbe...
Hello, I am creating a new field (Type --> Calculated Date/Time Field) that get the value of Estimated that give the Time Tracker with the formula Option. I will struggle to get the value ...
Hello, I'm developing a set of calculated fields using the Misc Custom Fields plugin (com.innovalog.jmcf.jira-misc-custom-fields). I want to get the difference between Original Estimate and Time Spe...
I'm using Miscellaneous Custom Fields, the calculated number field function. Trying to work out how to test the project key. I have tried issue.projectObject.name and other options a...
I was wondering if there was a way to replicate a user field with this plugin. Specifically, I'd like to calculate the values of a user field in a subtask such that they were equal to the user field ...
Copied to clipboard
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.