Please help in resolving the Static type checking error when configuring a Scripted Field using Scriptrunner in JIRA Cloud as detailed description is mentioned here: https://community.atlassian.com/...
Hi Community, In Jira Cloud, I have two custom fields: Compliance and Audit (Select List - single choice). I have created two Text Fields (single line): Risk Score and Risk Level which will b...
Hi Community, I want help on how to write the same scripted field groovy code using scriptrunner in JIRA Cloud as it is written in JIRA Data Center successfully. I have two scripted fields in JIRA ...
Hi Everyone, I have created ScriptRunner's Scripted Field with searcher of Group Picker. We using LDAP connection to retrieve user groups in our JIRA Data Center. I want to display value of latest...
Hello, I want to create a custom picker scripted field (so your builtin example that calls the country api perfectly fill the need) BUT I want this list (more like the API call made to the external...
Hi All, I have a script and currently its showing output value in Number like 0, 12, 123 but I want to show the output like $0, $12, $123. import com.atlassian.jira.component.ComponentAccessor ...
I have a custom field that assosiciates a jira issue with another. I am creating a Script Field and for that I need the id of that jira issue that is assosiacted, but "issue.getCustomFieldValue(custo...
Hello everyone, We want to have a field that shows the (last) user who solved an issue. We define resolving by the transition when resolution field is set. I tried to use scriprunner Custom Script ...
Hello, we have migrated Jira from 8.7 to Jira cloud and we have a below script for release date script field but this script is not working in Jira cloud, could you please some one help me with the ...
We have a requirement to sort the displayed issues on a multiple issue picker field. I've attempted adding the sort the customised JQL but still sorts be created / key with the newest at the top. W...
Hello everyone! Hope you all of you doing great! I dealing with a problem and hope someone can help me I used JBCF:Message field and I wrote a jQuery script for it and it tota...
Time Tracking fields (Original Estimated, Remaining Estimation) copy to another field by calculation (1h = 3600S). Created scripted field template as duration(Timetracking) and add this below script ...
Hi, I have the script which calculates the maximum/larger date from linked issues. However it is not working for Sprint filed. I want to create a scripted field which will display the larger end dat...
...bsp; '<span class="aui-lozenge aui-lozenge-current aui-lozenge-subtle"></span>' } } //Method for searching a Regular Expression (in red) public String u...
For a Custom Picker scripted field is there any way to access the issue or project context of the field, similar to the issue which is available in a standard scri...
Hi, I have an "HTML" scripted field which outputs a link and a text accordingly. When I select the "free text searcher" on the linked jira custom field, this works fine. But when switching to t...
Hello Team, We are using Jira server, recently we are getting bellow error continuesally if any user opened an issue, later on understood it is script failed on field and we have checked on script o...
I'm trying to create a scripted field to show the Total Time in Current Status with excluding the weekends. unable to remove the weekends from the script. Thanks
Dear community, Welcome to SIL for starters! This episode: "Instead of crying in despair of my own inability, I'm asking the community for help" :) I'm currently trying to write a SIL script for Ji...
For eg - When status is moved from open to In progress,should get the first date when its moved to In progress using a Scripted field
We are using Specific Business logic as a script field, and we are returning the script field logic value in HTML. Since, This HTML type has been used. We are unable to use that field in Gadget list ...
Hi, I am new to ScriptRunner and Jira Software. Below is the details of the issue: We have 2 scripted fields (ex: SF1 and SF2). The SF1 is a scripted number field whicg add's the number selec...
Hi I need a scripted field to get the total business days in the current status.
I have created a scripted field based on the content of a text field. This is to show information as read-only on a transition screen. The field works and I can see it on the issue under Scripted F...
Hi, Can someone help me with the script which can calculate completed story points. Which means sum of story points of linked stories which are in closed status linked within an epic issue type. The...
Copied to clipboard