Hi Guys, Need your help in sending REST API from Scriptrunner script console. I'm trying to see below POST HTTP request, but getting 404 error. I think some issue in my code, please help me...
Hi Guys, Need you help in fixing the following script , which was working before to delete unscreen which are not mapped with any project workflow, screen scheme. When trying to run the script in s...
Hi Guys, Need your help in removing Shared plus Private Filters which are not in use or throwing error/not working means which are not active. Kindly suggest how can i get list of inactive filters u...
Hi Guys, I am trying to Run Select query on Database using Script Console. Script is fine but not sure why it's not giving result. Not giving any error when running script. Please suggest @Nic Brou...
Hello, I have the following piece of code: def firstProjectKey = 'ABC' def getFirstProject = projectManager.getProjectByCurrentKeyIgnoreCase(firstProjectKey) def firstProjectI...
I'm having some trouble figuring out why the same code run from the Script Console in our Dev and Prod environments are yielding two different results. This section of code: latestDate = epicI...
I am getting immediate duplicate log entries from running scripts from the script console. This may be happening from listeners as well I have some cases it seems to but I can't 100% replicate. I ...
I'm trying to run a script in the Script Console, but I'm not able to access some of the classes I'm trying to import. I've read in other articles that it is likely a difference between JIRIA Cloud ...
Using Scriptrunner's script console, I am looking for a way to bulk archive version releases. I found this script and it works but it archives all projects. I need it for 1 specific project.I tried a...
I have a single Jira server instance that takes hours normally to reindex. This system is critical, and regular downtime/degradation from re-indexing is not acceptable. Is there a way from t...
Hi all, I am wondering if anyone ran into an issue for the ScriptRunner's ScriptConsole where if there is an error in the script it does not display the error in the ScriptConsole page, inst...
How can I get a specific Notification Scheme object for later use in my script? The script I have below returns: "Cannot invoke method getSchemeObject() on null object" which has to do with my lin...
Hello, How would we delete a sprint using script console, from Scriptrunner? The case is: the board was deleted and is no longer in use, but 2 sprints are still left and I cannot find any other way t...
issues.each { issue -> def assignee = issue.getAssignee() def reporter = issue.getReporter() def isAssigned = assignee != null def isAssignedToTenable = assignee?.getUsername() == QUERY_US...
Hello! I'm using Jira v6.3.13 (WAR, with Apache Tomcat 7 and Java 8) and Script Runner v3.1.4. I wanted to use Jollyday (v0.5.7) with some scripted fields, and downloaded its .jar into Jir...
Hello, I'm using the below code to push changes to remote repository using script runner, but it gives me timeout gitCommandBuilderFactory.builder(sourceRepo) .push() .refspec("refs/h...
Hello there, I've written following 2 scripts for updating the Issue Security Level for issues (specially Sub-tasks only) which are not working properly when executing from Add-on->S...
I'm currently working on burnup chart to see the count of subtasks of each story. So, I'm thinking about automate the count of subtasks each time a subtasks created, then put it on Custom Fi...
Hello, could you please help me tranfer all of my comments to internal? I tried following script I found on net but it is not working... import com.atlassian.jira.component.ComponentAccesso...
Hello, i have a project, where i would like to do analysis how much of my issues were solved after their duedate. In the Jira-Filter i can´t compare the duedate and the resolutiondate for example. ...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.