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...
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...
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...
Copied to clipboard