Hello everyone, I'm trying to use a third-party Java SDK from ScriptRunner in Jira Data Center. Here’s what I’ve done so far: I received both the .jar and .pom files from the vendor....
...he Options - Select any one" Please guide with Jira Expression using JMWE app (like Build-your-own Validator) or JSU Rule Builder or Scriptrunner Script or any other suitable validator in this case....
Hello Atlassian Community, We are using Script Runner for Jira (Data Center v10.3.3) with a behaviour on the “Request” field (customfield_15701) to dynamically filter the parent values of a ...
Hi, I have configured a csutom picker field for data from ServiceNow, but on loading options I get following error: Error searching: java.lang.UnsupportedOperationException java.lang.Unsupp...
Hi everyone, I’m trying to figure out how to automate the creation or management of scheduled tasks (jobs or scripts) in ScriptRunner using the REST API. I’ve gone through the ScriptRunner d...
...,4,5 If user selects y or z in Field A, Field B should have all options 1,2,3,4,5 We do have the Scriptrunner plugin and we are working on migration from DC to cloud. I need to replicate a b...
The Challenge In our Jira setup, we use a custom field called “Visible to” to control who can view certain tickets. This field helps us ensure that only the right people have access to specific iss...
If I have a common class do I cut and paste it into every script that uses it ?
Hi, Radio Button Field should be YES and stories in an issue picker field should be in Done or Cancelled status to allow the transition otherwise blocking the execution of the transition. We have J...
...ssues that would have to be moved. There are several third party apps available, including ScriptRunner. I know a ScriptRunner Behaviour can be used to manage the available Issue Types on the C...
Hello Community, Is it possible in ScriptRunner Cloud using Behaviour to set a subset of a custom field or the component field? for example, CF: [1,2,3,4,5] i want to give an o...
Hey Community, In Script Runner Cloud, how can i set the value of the "labels" field to a string that i have? for example i'm trying to do this: getFieldById('labels').setValue('LEFTFIELD') ...
...ried using the following ScriptRunner behavior, but it still shows all the issue types available in the project instead of excluding these three. Is there something wrong with my script? &n...
Hi Team, We have a system field called "Update Date" (the actual field name is "Updated," which is located under the "Created" field). I have a requirement to update this "Updated" field whenever ...
Hello everyone. I have a problem, when I go to the workflow tab in scriptrunner it shows error Sorry, something went wrong Try to hard refresh the page, or switch to a...
How can I access to the issue where was attached a file in a listener with "Attachment Created" Event? Thank you! Guido
I need to create a script using scriptrunner to bulk create the users, using the below but facing issues, import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.bc...
Hi there, with a ScriptRunner validator on the issue creation workflow transition, I’m trying to verify that the assignee belongs to a specific group (not to a role). I had no problems when t...
Hi! I want to create behaviour and I'm struggling with condition based on label field. Does anyone have an example how to use label field in behaviour condition. In my case if label field ...
...recisely trace the hierarchy of tasks within a large-scale Jira project. Meet the hosts at ScriptRunner Alexis Cornelio, Product Manager Romy Greenfield, Engineering Lead Reece Smith, P...
Hi Team, I need to copy the reporter from the source ticket to the target linked ticket. When creating a linked ticket through the "More" menu. For example, I have a project called "ABC...
I have "Countries" field that I want to fill based on the reporters group, either when work item is created or the value for reporter has changed and I have to do it with ScriptRunner due to the a...
...isible and in ReadOnly mode. I referred to this scriptrunner behavior example: https://www.scriptrunnerhq.com/help/example-scripts/make-fields-required-on-transition-for-user-groups-cloud h...
Hi all, I'm working on a Jira Behaviour using Scriptrunner, and I’m trying to set the value of a custom field based on an API response. The code runs without errors, and the condition is met (the c...
...s: Is there any option to globally replace all filters of “Epic” with “Feature” in the entire Jira system? Specifically, is there a ScriptRunner script that we can run in the console?
Copied to clipboard