Created Jul 13, 2022, Last active today
Hello Community, I have been using ScriptRunner for Jira for sometime now, I have gotten pretty used to it. I am now looking into ScriptRunner for Confluence. I looked online and found no real docu...
Hi all, I'm running our scala project using sbt and this plugin is perfect. But is it ever going to support later versions of Bamboo Server? Specifically the current latest, 6.2? John
Dear all, We have custom created Intranet page on Confluence, created by Add-on - ThemeBuilder. Previous team in our company developed it and now I have a little bit problem with written code. T...
HI I have six subtasks. A B C D E F If C is rejected. I want to change tghe status of D E and F to rejected. If D is rejected. I want to change tghe status of C E and F to reject...
Hi there, I would like to clone an issue during a post-function of a transition. As I want to clone it more than once, the pre-defined clone post-function won't do it. How can I access the cl...
Hi. I need to add the sprint name to the summary. But Id doesn't work. def cField = customFieldManager.getCustomFieldObject("customfield_10004") def sprint = issue.getCustomFieldValue(cFie...
Any pointers
Upon creation I would like to make Epic link Mandatory if the fix version = a specific value only
...ateFormatter.format(issue.dueDate) Calendar newDueDate = Calendar.getInstance() newDueDate.setTimeInMillis(issue.dueDate.time) boolean update = true switch (value){ case "Bi-Weekly": newDueDate.add(C...
Im looking for some help creating a REST API script to clone projects that also use schemes from plugins. Im using "Smart attachments" and "Field Security Plugin" which both use schemes in the projec...
Hello, We have a custom field - "Deployed in Environment" which is checkbox field with multiple options (Dev, Test, Stage, Prod). We have corresponding date fields to capture deployment dates f...
Hello everyone. I'm trying to create a script in a "create" postfunction to get an userpicker customfield value and with that value fill the assignee field. import com.atlassian.jira.co...
Is there some way with GroovyScripting (ScriptRunner) add your your own ChangeHistoryItems to activity-history section. I've tried to search for ChangeHistoryManager and classe...
Version of JIRA -7.3.3 & version of ScriptRunner -5.0.14 Description I am going through documentation on canned comments for Service desk https://scriptrunner.adaptavist.com/5.0.1...
...nHold") { pmoSprintStatus = "Active" } } if (pmoSprintStatus != "") { put("/rest/api/2/issue/${issue.key}") .queryString("overrideScreenSecurity", true) .header('Content-Type', 'application/j...
Hi I was wondering if it's possible to get the full URL for the JIRA create issue page from inside Scriptrunner. At the moment I'm able to get the jira.base url from the ApplicationProper...
I am working on a web panel using Script Runner. I have the content I want in the panel from a number of custom fields, now I am trying to determine how to properly render those fields. When I use: ...
I am not a programmer but trying to put code in the plugin JIRA Misc Custom Fields to find all the issue that matches the custom field .....and return the count so if the value is greater than...
Hi All, I am trying to connect SQL server database through groovy script. The script I am trying in Groovy's "Script Console". Everytime I'm getting null value error. Following is the code I...
Dears, I am using scriptunner behaviors to update the value of a field, but this new value is not showing. The fieldtypes I am trying to update are: User Picker (multiple users) Insight Object (...
Hello all, I need to set the security level based on the value in a custom field. I'm able to get the correct schemaId, but can't get the line issue.setSecurityLevelId(10108) to actually work. ...
I just installed the new trila server version of Jira and installed the new version of Portfolio and I get this error message. Version:1.0 StartHTML:000000212 EndHTML:000025289 StartFragment:0000248...
Hi there I am using JIRA Suite Utilities to perform a post-function on a transition. When an assignee transitions a ticket to the next workflow, I would like to email the asignee with a short m...
...lse ( return true ) I am using the Simple Script Validator. Does anybody have any pointers?
Hi guys, Im baffled - can @JamieA help at all? Ive created a script runner listener that monitors the "UserCreatedEvent" and the purpose of the script is to remove the user from the "Service D...
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