Created Jul 13, 2022, Last active today
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...
Hi there, My user would like the convenience of a number field, but only wants to see integers 1-5 in results. Is it possible to offer these digits as a select list via ScriptRunner ...
Hello. We are doing a 30-day trial of the Adaptavist Survey plug-in for Confluence. I note there is a method to provide a "Submit as Anonymous" checkbox. This works great. How...
I've added a Post Function - Script Runner function to one of the workflow transition steps to clone the issue and would like to only perform the clone if none of the issue links have an issue type o...
Hello, I'm testing Scriptrunner version 5.4.30 together with Jira version 7.11.2. When I use the "script registry" I was used to a green bullet (yes, everyting ok), a yellow triangle (warnings) or a ...
I am using the post function "Selected status to define an user who performed workflow step is "In Test"". However, I need to also do this for another status "In Review" on the same transition. ...
Background: In project XYZ: For every story & task, we have story points. I want to calculate all story-points assigned to stories and tasks assigned to Mark in the current sprint(Capacity Dem...
I'm attempting to pull only the linked issues and not subtasks into a custom email using scriptrunner. Found this script from a different post: <ul> <% def outwardlinks = com.atlassian...
G'day Atlassian Community! You may have noticed something different about Marketplace lately – our Atlassian Verified program recently got a makeover! &nbs...
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