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...
We are recently upgraded to JMCF app version 2.4.10. However, we are having issue with this version for scripted field HTML, decided to roll back to 2.4.8. as part of this stopped Jira service...
Hey community, I'm about ready to bang my head against a wall here. I decided to add the Jira Misc Custom Fields add-on for the sole purpose of creating a calculated number field. Their installatio...
Hi, guys need your help here!! :) I create a field type Calculated (scripted) Date/Time Field (JMCF app) and I want to calculate Due Date based on the creation date and the Priority, including ...
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 am using JMCF (jira misc custom fields) and I wanted to create a calculated scripted text/html field that represented the key history of any previous key associated with a given issue. These keys a...
On some projects, users use epic to build releases. It is necessary to implement a field where there will be a drop-down list the ability to bind to several epics. That is, a field similar to "Affect...
On some projects, users use epic to build releases. It is necessary to implement a field where there will be a drop-down list the ability to bind to several epics. That is, a field similar to "Affect...
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...
Hello All, We are having Jira Software 6.3 version and Jira Misc Custom Field(JMCF) 1.6 version in our production server. But in Test Server we have Jira 7.13.5 and JMCF 2.1.5 where we have written ...
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...
Just updated jira and a number of fields that were previously date/time picker that were updated on workflow transition as a post function appear to have changed type to transition date/time and now ...
Hello, Using the JIRA Misc Custom Field add-on, I would like to create a new field that returns "1" if the sprint of an issue is active, or "0" if it is anything else than active. This is w...
Hi all thanks very much for your help. I am trying to add a pie chart to a dashboard which will show when a request is due renewal. I use a calculated number field to work out the how many day...
I am trying to read the standard Labels field to see if it is null. If the Label field is null I want to return a message saying that the "Client ID is required". I searched and tried many approaches...
Hi, I have custom fields in which my service desk agent will record the number of hours an engineer spends working on a ticket, the volume of sales we have lost due to an issue and the number of hour...
Copied to clipboard