Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you might find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hi, we try out the Scriptrunner Plugin. It looks like the Location is a dropdown, so is it possible to use 2 different script locations? That would be fantastic. But I wonder where to define them?...
Hi, I would like to have groovy script to copy only start dates and target dates of the releases for one set of release from one project to other project? Releases are already available in ...
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 ...
dear all, my jira version is 7.3.6(it is older). and I want to know that: how can I screen issue that status transitioned by currentUser() ? it is good if a way that can be saved as a filter shar...
Hi Team, Migration from JIRA DC to cloud is complete and also the script runner plugin has an automated migration path available through JCMA migration tool. While validating the da...
I want to run a script each time Jira starts. I can't seem to find a "Jira just started" event but it there another event that reliably runs on startup ?
Hi, We have a radio button field, if it is yes then it should check whether is there any attachment in the smart attachment field Smart attachment has category in its attachment fie...
A customer needs to change the default sort order of the Attachments panel in the issue view. Adaptavist ScriptRunner with the UI Fragment "Web Panel" seems like it could be used. A preliminary app...
Does anyone define generic classes in scriptrunner? I remember having problems years ago and was so traumatised by the experience, I haven't used it since. Should I be brave enough to try again?
As part of a privacy and security review, I'm trying to understand what data gets transferred and stored by Adapatavist when we use the addon for Jira Cloud. Is there any documentation to what...
When we use Script runner "Clones an issue, and links" post function, the newly created tickets get all the links from source ticket. Is there a way to not to link this ? Example: I have created ...
All of the sudden the code suggestions in Scriptrunnter v8.21.0 stopped working last Friday and I can't find a way to make them work again. CTRL+Space only shows "No suggestions". What can we ...
I am looking for a addon (or OOTB Jira functionality, but do not believe this is supported) that can handle this type of calculated field. Will Scriptrunner be able to support this type of for...
Hi, I wonder if I can use ScriptRunner DataCenter version on Jira server 8.20 version? Can someone point me to some resources where I can check if I can expect compatibility issues? Thank you!
we updated to: jira v9.12.1 LTS Jira Service Management 5.12.1 scriptrunner 8.18.0 After that all our Behaviours are not able to update customFields in customer portal (yes, they worked...
Team, I am trying to fire Webhook from custom listener (Issue updated) when a field called SLA changed, I have use piece of code (as below) and updated Issue (by changing SLA) ...
I tried using the Adaptavist script from their libary I put this into a post function but only get an error can't operate on a null field for getFieldByName() Am I using this wrong, can it be...
How to get sprint status using groovy script in behavior I am using field.state?.last()?.toString() but it is giving me error. Can anyone help me on this
The ticket details are from external system and as I know, reporter need to be set by account ID, therefore, I define the name of reporter as a custom field and use scriptrunner to find the account I...
How do I make the field mandatory on the edit screen for Jira Cloud? Whenever someone edits the issue, I want to make one custom field mandatory. I’m able to do this requirement on the Jira ser...
I'm trying to change the issue type and status on an issue. The new issueType has a workflow with different statuses to the first so both issueType and Status need to change. Ordinarily I would use&...
Hi, I'm trying to use the ScriptRunner to send email notification from the last comment of an issue including inline images by specifying their content IDs. I'm not sure how to include the following...
Hi, I am trying to add a regular expression in the scripted validator in Jira Cloud for the text field with an email address. I tried with issue.customfield_10000 =~”^([])$” But it is failing. T...
I need to write a listener that changes the rank of a related issue when an issue rank changes. This will cause a new LexoRankChangeEvent and in some cases I'll end up in an infinite loop. Is there ...
Hi Community, I used "Scriptrunner Behaviours" to update the description field of our issue-types accordingly to our company specifications. It works perfectly fine, when creating issues ...
Copied to clipboard