Created Jul 13, 2022, Last active Dec 2, 2025
Hello, I need to delete all references to a macro (in this case: tracking-info) on all pages. Is it possible with scriptrunner to run this job that would be based on a cql and delete all occurences...
Hi For all my scripts I am getting error on the import statement. Its not related to any specific pkg import. In general scripts are not working in Script Runner because none of the imports are reco...
I see there is https://bitbucket.org/Adaptavist/tm4j-junit-integration but I'm not finding any precise documentation for what is accepted in that json if i want to generate it from so...
Hi, I am planning to have Jira Service Desk and Jira Software split in 2 differents instances. When an agent escalates, it creates an issue in Jira Software and link it to the ticket in JSD via a re...
I'm trying to implement the scripted field per the discussion here: https://community.atlassian.com/t5/Jira-questions/Scripted-field-sum-of-story-points-of-linked-issues-only-with/qaq-p/33025 A...
I'm trying to use the Abacus Sub-Task Rollup to Issue on a customized Sub Task issue type, but it does not work. I've tried with the same fields in to a subtask and it did work. Is some...
I am working on a project where I create a Jira ticket and it will also update one of my legacy system with same information using a rest call. I have setup issue created event in Scriptrunner Liste...
I have a ScriptRunner script that adds multiple permissions to scheme for a given user, group or role. But, if I run it twice, it adds duplicates. Is there a class/method that checks if a permission ...
How can I change the default error message in custom field date picker? Default : Invalid date format. Please enter the date in the format "d/MMM/yy" I am using behavior to setError, am I doin...
Hi, We would like to restrict creating Sprints and Releases from users and project admins, I have checked all the plugins and communities but didnt find the answer for this. Is this possibl...
jira cloud - I am using script runner cloud and using script post function feature to create a subtask after a transition based on check custom field value. I am not sure what to add ...
Hello, I'm trying to attach a file created on the server during an execution of a Groovy Script. However, the compiler is unable to resolve the class. I even tried to to save anyways and execute t...
Additional issue actions- I am looking to set a custom field ... def cf = customFieldManager.getCustomFieldObjects(issue).find {it.name == 'MyCustomFieldType'} issue.setCustomField...
I have a 'select list' custom field value. I want to automatically update all Subtasks to match the selection on the parent. I have scoured the Atlassian community and can't seem to find any o...
In one of our JSD projects we want to disable the automatic reload of the portal form when a user writes in any field. We want to have the form reloaded only when any field had changed (after leave f...
Good day, everyone! After update from JIRA Server 7.6.1 to 7.12.1 we have an issue with ScriptRunner REST endpoint page - it just throws an error, and we can't delete erroneous endpoint, becaus...
Im trying to write a script using the scriptrunner, I want to do a script to return me a total time in each state. For example: 1. how many days, hours, minutes stayed from Open to 1Status? 2.&nbs...
Hello, I need to create a custom listener that creates a sub-task for each selection in a multi-select group picker from the parent issue. Then it needs to validate that the sub-task doesn't already ...
One of our stops on the recent trip to the United States was San Francisco, where we hosted our own Jira Service Desk Day 2018. We invited Atlassian team, Solution Partners, AUG members and...
We've bid farewell to the Scroll Office brand and are excited to announce Scroll Word Exporter for Confluence – the easiest and most sophisticated way to transform your Confluence pages into professi...
...erge/check/10418"; def response = new JsonSlurper().parseText(get(REST_URL)); def ret = (response.status == 'accept') ? true : false; return ret maybe I have misunderstood how this feature work. T...
Hi, i wanted set the Developer field values as same in assignee field in a transition screen. I've tried with Groovy script ( set field value ) on post function. Below is the code snip: i...
Hi, I am trying to use lister to clone a ticket when the original ticket is resolved and update the ticket cloned ticket with CF x to CF Y My current settings are: condition: cfValues['Requ...
A user may have inadvertently deleted a team calendar. When i click the URL to the calendar, i get this message: Unable to load events of x Team Calendar If the user deleted the calendar,...
Hi all, Is there a way that I can use behaviours to update (remove items from) the components list? Meaning, can I remove certain components from showing up from a JIRA Service Desk (or regular...
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