Created Jul 13, 2022, Last active today
We have noticed that, through the Jira integration tool in SF, it is automatically attaching attachments from the SF case to the Jira. In theory this would be a good idea, but on longer thread cases....
While trying to access Atlassian Marketplace "503 Service Unavailable" is displayed! Anyone else facing the same issue?
Stay updated on the important changes in your projects in Jira. Choose which projects to monitor, the frequency, and the time best suit you to receive email notifications about the project infor...
How to restrict versions to only unarchived based on this script? // Sets versions import com.atlassian.jira.component.ComponentAccessor import com.onresolve.jira.groovy.user.FieldBehaviou...
Hi, I've a script listener that updates priority (via REST) based on impact and urgency changes. On issue creation everything works properly, but on issue updating I've to refresh the page to see t...
Hi. I am trying to restrict components based on the Request Type custom chooses in Portal. I created custom field with similar naming as Request Type and I hide it in Request Type, which pres...
Hi. I have been working on component field restriction. I was not able to find much documentation, so I want to share my final product for review. // restrict components fields based on another sin...
I was able to successfully setup the ldap connection but when I tried to run the sample script: import com.onresolve.scriptrunner.ldap.LdapUtil def cnList = LdapUtil.withTemplate('corporate') { ...
We have a simple groovy script in our Listeners list that *was* working up until recently. Not sure if anything changed on the Jira server (still looking/working with admins), but we now get this err...
We are trialling ScriptRunner at present because we are looking at getting data around our test cases where we use the TM4J plugin as a solution. Is it possible to use ScriptRunner to get data base t...
We are using the Adaptist Script runner plugin in Bitbucket. Specifically the Script Post Hooks, Script Merge Checks and Script Event Handlers features. I wanted to ask a couple questions: 1. Where...
I am trying to restrict component list field based on Product field, using example in here Any idea why its not working? If product field = Infinity Fabric List only "App Viewer" comp...
JIRA Server: 8.4.2 Adaptavist ScriptRunner for JIRA: 5.6.8.1-jira8 I have been tasked with reviewing scripts before we upgade to JIRA Server 8.7.1. I have found several scripts tha...
...ssue.id, cfSprintTags.getIdAsLong()).collect{it.getLabel()} as Set def addTag = true // check through list and do no add the same Tag twice for(eachTag in valSprintTags) { if(eachTag.toString...
Is it possible to use a ScriptRunner postfunction to create a new JSD customer based upon the email address contained in a custom field? I know that this can be done with JIRA Automation: (see...
Here is what I am trying to do: Have a button live on an issue page, where the user can click it. When clicked, I want that button to create another issue, inheriting some of the current issues fie...
Hello I have script custom field, with searcher "Number searcher" (for ordering tasks) Is it possible to change color of issue value? When i try String d = "<font color='blu...
Pour la communauté , de quel façon en général avez vous géré les étiquettes
I'm trying to write a more defined approval process for new Add-Ons in our Jira Data Center environment. Assume you're managing an enterprise Jira (Or Confluence) environment, and there is a lot of s...
...serSearchService userSearchService = ComponentAccessor.getComponent(UserSearchService.class); UserSearchParams userSearchParams = new UserSearchParams(true, true, false); List<ApplicationUser> userList = u...
Please could you give me hint how can I copy a new comment to a linked issue in remote JIRA? If its not easy solution scriptrunner, I am thinking to use Webhooks in Automation for JIRA.
Using Profields and Elements Connect, you will be able to provide your team with one or many custom fields which values would be able to be defined by Profields admins, taking a big workload from the...
Hi, I never used the Groovy Script, I have one requirement that I would like to Append or Prepend the drop-down custom field value to Summary field value, it is like concatenation of Drop-down field...
I saw a bug alert on Jira assistant in chrome indicating performance issues which was impacting the use of reports. The alert said this was to be fixed in version 0.96, however I am using that versio...
I want same table as https://scriptrunner.adaptavist.com/latest/jira/recipes/misc/table-custom-field.html this but i want link on Issue Key. "<a></a>" is not working
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