Created Jul 13, 2022, Last active today
Environment - Adaptavist ScriptRunner v5.3.5 with JIRA v 7.4.4 Using a Post Function Script to clone a number of product-specific issues so the individual teams can work each individually. I h...
Starting with version 4.1.7 of the SIL Engine we are happy to introduce the Persistent Variables feature. We are really excited to introduce this new feature which is available in both Powe...
I want to add a button (Web Item) that will clone the current issue and change the issue type. How should that be done? Is the only way to create a REST endpoint and a Script Fragment or is there a ...
Hi, While migrating to one instance to another instance(Export and Import). the fields are missing in instance after migrated successfully. can you help how to solve this. am using "PROJECT CONFIGU...
I am getting a 5-10 second delay when adding multiple users to a multi user picker using a listener in scriptrunner, is there a more efficient way to handle this: List<ApplicationUser&g...
...omponentAccessor.getUserManager().getUserByName("jhon.galt"); log.warn("Getted user is " + johnGalt.getName()); ComponentAccessor.getCommentManager().create(issue, johnGalt, messageToAdd, true);
I've been using ScriptRunner for Jira for a long time now, but I've just started using ScriptRunner for Bitbucket and I'm having some issues trying to figure out how to write conditions properly. I'm...
I am getting a 5-10 second delay when adding multiple users to a multi user picker using a listener in scriptrunner, is there a more efficient way to handle this: List<ApplicationUser&g...
Issue Templates for Jira has proved itself as a tool that helps being Agile, maintains the information flow and saves working time. It is highly appreciated in data hosting, where everythin...
We are working on a new experimental app connecting the Odoo ERP System to Confluence. The main purpose of this app is to access Odoo data from Confluence documents. Or in other words, to enrich Con...
Previously, I have an issue when trying to move to resolved status and the fixed versión was not set, it should show a message asking to complete fix versión. Now, I am trying the other way ...
Hi, I would like to display some data from MSSQL. I have a View in Jira database. I try do this with tutorial from official Script Runner Documentation, but when I run code in script console i ...
I'm trying to restrict editing of a particular field (fixversion) in a project. The goal is to have everyone in the project see the field but only have people in a particular project role edit the fi...
Envolved with well-marked process with sub-tasks (many sub-tasks) and the time spent for each one, my team had the necessity of some automations to facilitate and speed up the daily work on Jira Clou...
Hi , I had a REST Endpoint with a dialog that worked on script runner verion 5.0.11 . We upgrade the script runner to version 5.4.39 and now, The dialog opens in a new window. For exampl...
The latest Winter Executive Report by Customer Contact Week Digital shows that reducing customer effort is the most important priority for 2018. CX Network confirms that modern co...
...pplicationAreaValue == 'SL SAP ECC') { CompanyandRoleField.setRequired(true) } else { CompanyandRoleField.setRequired(false) } But JIRA gives the report about t...
...pplicationAreaValue == 'SL SAP ECC') { CompanyandRoleField.setRequired(true) } else { CompanyandRoleField.setRequired(false) } But JIRA gives the report about t...
We synchronized our Outlook Calendar with Confluence using Team Calendars and we are using the Team Calendars macro to share the calendar via a Confluence webpage but our calendar becomes saturated b...
...escription").setReadOnly(true) }else{ getFieldById("description").setReadOnly(false) } I have user same script for rest of the fields also. The BUG: When a user wants to copy+paste content f...
Hi While using this script https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/subtask-default-fields.html I can copy all other fields but cannot c...
...ssueInputParameters.setSecurityLevelId((long)10740); issueInputParameters.setSkipScreenCheck(true); issueInputParameters.setApplyDefaultValuesWhenParameterNotProvided(true) log.error("Estou i...
Hi, I am setting up a behaviour in Scriptrunner and for the most part have everything working what isn't working is the setting of my single select values. What's happening is that when I set the o...
Hi All, I'm using adaptavist scriptrunner in bitbucket which exposes the PullRequest (and MergeRequest) API from Bitbucket. My goal is simple: Veto a PR into our release or production br...
The newest version of Power Scripts for Jira now comes with an in-built log viewer, designed to help save Jira admins time as they can now simultaneously write scripts and check their logs all in the...
App Central is your space to connect, share, and learn about Marketplace, third-party, and custom apps. Whether you build or use them, this is where the discussion happens. Marketplace Partners: be sure to check our Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices before posting.
Copied to clipboard