Hi Community, I need your help with the following scenario: I have 2 custom fields ("Application" (15401) (Select List (Single Choice) and "Application Role(s)" (15400) (Select List...
Hi All, I am trying to use Script Behaviours to hide field values of a single select custom field in JIRA Cloud depending of values of other custom field....
Hi! I’m a product designer from Atlassian. My team is helping Adaptavist to move ScriptRunner Behaviours app to the cloud and we want to make sure that most important use cases are f...
Hi! I’m a product designer from Atlassian. My team is helping Adaptavist to move ScriptRunner Behaviours app to the cloud and we want to make sure that most important use cases are fulfilled by w...
Hi! I’m a product designer from Atlassian. My team is helping Adaptavist to move ScriptRunner Behaviours app to the cloud and we want to make sure that most important use cases are f...
Hi! I’m a product designer from Atlassian. My team is helping Adaptavist to move ScriptRunner Behaviours app to the cloud and we want to make sure that most important use cases are fulfilled by w...
Hi all ! I would like to see with the script runner master if you got any tips on behaviours optimizations. I found that there too much-repeated part of code on behaviour for me to c...
Suppose multiselect1 with value 1,2,3,4,5 multiselect2 with value A,B,C,D,E if is select 1 then i should get A 1,2 then A,b
Spotted on LinkedIn this morning. Posted by the Head of Product at Adaptavist. "you asked, we listened, Atlassian listened, now the hotly anticipated Behaviours feature for ScriptRunner is c...
I'm wanting to write a scriptrunner behaviour that checks to see if the Sprint field is getting updated and make a different specific field required if it's updated. I know this will work when editin...
Hi, I have displaying default value in Description field in create screen using Behaviour Script runners. It is working Fine. We are facing a issue that when we try to edit the JIRA, in Edit...
Hi All, I have currently hidden issuetypes from the create screen using script runners, but while we are moving the JIRA, users are able to still see the hidden issuetypes. How can we hide ...
We need to prevent user to create JIRA with specific component based on user role or is there any way to hide the component from user based on the role. I tried to hide the Component based o...
Hi All, We have a requirement to display default value in Description field based on the values selected in Component Field. Can anyone provide suggestion. Thanks, Vasantakumaar
I'm trying to assign a user to a user picker custom field base on the value of another custom field (dropdown). For example, there are 4 values (Product, Customer, Support, Accounts) in a dropdown fi...
I want to hide project-specific "issue type" data. The code I shared works on "Jira v8". "Jira v7" does not work. Could you help? import com.atlassian.jira.component.ComponentAccessor impor...
Hi, I am facing a major issue with this script applied in the behaviours.. . followed steps: Validator plugin On and given the workflow In the initialiser and server end added the same s...
import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.config.IssueTypeManager IssueTypeManager issueTypeManager = ComponentAccessor.getComponent(IssueTypeManager) issueTy...
i have script which converts the customfield to multiselect field by using below method nt getfieldByID('customfield').convertToMultiSelect([ ajaxOptions: [ url: getMyUrl() + "/rest/endpoin...
Hello, I am trying to automate due dates based on the priority of the tickets based on a issue type. This is what I would like to do; If high priory is selected, enter 7 days fro...
Hello All, We have configure an initialiser with Behavior plugin to populate some default values in Description during create issue action. We configured this only for issue type "Defec...
Hi, I need to remove the option None everytime I create select lists or radio buttons. I know it can be done through making it required but it affects the whole creation of issues. It is because duri...
Hi Team, Based on Component selection I need to clone the Issue multiple times in another Project with same Issue Type. For Eg . Components : having two three label a, b, c I need to ...
I have a use case which requires a Single Select - Single Choice Custom Field to be “Required” in every transition and in every status except the Create Issue Transition. I would like to know how to ...
Multi Level Cascading Select not working in behaviour plugin.Can you suggest me any way how to work I want to capture on change of one of the select field of multiselect and change the...
Copied to clipboard