Created Jul 13, 2022, Last active Jul 25, 2025
Hi there I am using JIRA Suite Utilities to perform a post-function on a transition. When an assignee transitions a ticket to the next workflow, I would like to email the asignee with a short m...
...lse ( return true ) I am using the Simple Script Validator. Does anybody have any pointers?
Hi guys, Im baffled - can @JamieA help at all? Ive created a script runner listener that monitors the "UserCreatedEvent" and the purpose of the script is to remove the user from the "Service D...
I am trying to write a script that will talk to the Autotask API and I'm using the Script Console to test on. When I run I am hitting this error: javax.xml.stream.FactoryConfigurationError: P...
...f2 = getFieldByName("CheckBox") def cf1Val = cf1.getValue().toString() cf2.setHidden(true) def customField = customFieldManager.getCustomFieldObject(cf2.getFieldId()) def config = c...
Hello, I am looking for a way to popup a dialog box when certain locations are selected using an nFeed field. The nfeed field is pulling from a CRM database and we have a list of locations that are ...
Hello, I would like to know if there is a way to deactivate a user using scriptrunner and pass username via the rest endpoint ? Something like: jiraBaseURL/rest/scriptrunner/latest/custo...
Hello, I'm trying to copy the values of a few fields in JIRA Cloud, using a ScriptRunner workflow post function. I got the following code to work to copy Story Points to a customfield: def re...
...SP - eSP Build Plan" shortName="eSP Build Plan" shortKey="DEP" type="chain" enabled="true"> <planKey> <key>ESP-DEP</key> </planKey> <link href="https://mybamboo.com...
Dears, I am trying to update the priority of an issue based on impact and urgency. I have all bits of code, but the last step (updating the priority is not working. It also does not trigger ...
I have a requirement to copy a single select custom field value from one jira to another based on few conditions. Currently the copy itself is not working in the first place, here is my sample groovy...
Notifications coming from Service Desk appear to use the project portal name as the 'from' address. How can I retrieve this value in ScriptRunner?
Im would like to check whenever a dropdown value is changed and then perform an action but I cant find any sample code on this matter. Anyone with experience on this event listener?
Hey all I have just added an escalation service in scriptrunner which triggers my custom event which then triggers my mail listener. The goal is to get all overdue issues of each reporter and send ...
I'm using insight custom field and insight referenced custom fields in my project. In the project i have added a groovy script to create object in insight as soon as issue is created. Following code ...
Hi, I want to remove one of the issue links during clone operation in the child issue. I have used issueLinkManager.removeIssueLink(issueLink, user) .. This is not working while a new issue is...
The following events don't appear to be available in Scriptrunner 5.1.6's Script Listeners: ComponentManagerShutdownEvent ComponentManagerStartedEvent DisasterRecoveryEvent IndexesRestoredE...
Hello! We are looking to block people from committing files that are large (e.g. over 10 MB) or binary (e.g. zip, jar, exe). However, we don't want to block updates to existing files of that nature ...
Hi Team, Please advise the script for below requirement, we added a "Primary" field in BUG while creating issue as "True" or "False" so now selecting "True" this should work. The story should m...
Hi All, So I do not know how to write script so I'm a bit stuck and hoping someone can help me. Using script runner, I am trying to auto link an issue when a issue key is populated in an i...
The plugin manager notifies about incompatibility.
Hello, I had applied for Evaluation licence for Exporter which I received. However when I am trying to enable it, it is giving an error "Problem accessing add-on file at https://marketplace....
Hi Community, I have been looking for ways to construct a get request inside Jira. I want to use the rest API inside a Behavior to fetch certain board related data: <jira Base URL...
Our JIRA had installed the "Script Runner" plugin. 1, We want to set helptext for "Description" field by behavior if we , the original code as below: if(secondCategory.contains("aaaaaaaaaaaaa")){...
...ser4, issueManager)) // reindex all issues boolean wasIndexing = ImportUtils.isIndexIssues() ImportUtils.setIndexIssues(true) IssueIndexingService.reIndexIssueObjects(issues) I...
App Central is all about the many magical apps and Powerups that help make Atlassian products even better. Partners, please read Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices.
Copied to clipboard