Here is a snipper of my behaviors mostly using this function: getFieldByName('a').setFormValue(b) Which I guess explains why the field 'a' changes its value only when editing the form, it's in the ...
...omeone tell me if this can be done using Scriptrunner Behaviours and how? I've seen methods like convertToMultiSelect and others, but have a problem with understanding how they work and how to make a m...
Hi, We had this working in Data Center, and now I'm trying to rebuild in cloud. Let me know if this possible. Here's the scenario: Customfield1 - this is a single select list. Customd...
Hi Team, We are looking for the configuration to update the parent ticket field value based on the sub-task field value. The requirement is : If the main task has "n" number of sub-tasks, and if...
In Behaviour on Jira cloud, I'd like to hide a specific field based on a value selected on other multi-select field. For example - if one of the selected values (in the multi-select field) is "XYZ" ...
Hi Team, I want to set priority using a severity-frequency matrix. For ex : If the "Severity" field value is "1-Critical" and "Frequency" field value is "High", the Priority field shoul...
Is there a way to limit the available Customer Request Types as part of a behaviour? Trying to to get this working at a basic hardcoded level first LinkedHashMap optionMap = [:] optionMap.p...
Dear community, I am trying to configer a behavior in the way that "Additional Information" field is hidden if the issue type is not "Serives Incomplete" and set "Additional Information...
Hello! Is there any way to add this HelpText (hyperlink) the top of the field instead of the bottom?
JIRA v9.15.2 JSM v5.15.2 Script Runner v8.29 The script works only if the user is not part of any JSM organization. This was working before we upgraded the all 3 items above. Code bel...
I am using behavior to set up an error on a rich text custom field if it is not updated. When I try to compare using ==, it is not working. I have a default table added on a rich text field. I want t...
Hi Community, I am trying to create a Behaviour script to not allow the users to add additional values in a custom label field. When the user creates a ticket, it shows three suggestions: Teams, Ema...
We are facing issues fix versions, sometimes old fix version is added to the ticket by accident. It should not be possible to select a Fix Version which has Release date over 120 days in past. ...
We have a date customfield for "Desired delivery date". Our standard delivery time is 5 business days which is communicated lots of time but despite that they usually choose a date earlier than 5 day...
Hi Team, I have written a script where if user select category in Category field then project related to selected category will appear in Project field and then user can select any proect as a opt...
Hi Atlassian Community, I'm reaching out for assistance with Cloud Behaviours. Specifically, I'm trying to implement a behavior where one field becomes mandatory based on the value of a...
I have 3 Select List (single choice) custom fields. I want to set the available options of the fields in 2 & 3 depending on the selection of field 1. To test this, in the Initialize script of the...
My intention is to make using behaviors plugin if user is not part of Jira-users group and part of CPC_Like-Canada group then it has to separate and display only those values in the custom file...
I'm trying to add a helper text under attachment field, which says 'Please attach your approved resignation', but it doesn't seem to work. I have used scriptrunner for Jira. ...
Hello everyone, I'm trying to create a server side behavior script, that has a condition to happen within a specific workflow action. (IE: Transition screen) I want to "pull" in the value of the ...
Hi, How would I hide "Log Work" field with behaviour (scriptrunner) in the create screen, I have this code but doesn´t work ________________________________________________________________________...
Dears, Currently, I'm tasked with creating a text field tailored for estimations within Jira Cloud. This field should exclusively accept numerical values followed by 'd' for days or 'w' for weeks. ...
I'm trying to create a Script Behaviour to make the Account Field(Locked & from Tempo) required when the issue type is selected as an epic during issue creation. and if the account value is chose...
I`m trying to hide field based on custom field in Jira script runner behaviour cloud when selected value is no or null. fields are still showing up when value is null. const triggerField = g...
Hi Team, How can I make certain fields mandatory when editing a ticket? It shouldn't be on Create.
Copied to clipboard