Created Jul 13, 2022, Last active today
I know that it gets used when accessing other plugins in scriptrunner code but What does it apply to? The next line of code? The entire source file? What exactly is it doing? Providing access...
I am attempting to use ScriptRunner to make a REST api call. However, I am not certain that I have the syntax correct or where I can test to see if I am getting the data I am looking for. &nb...
I am trying to add a validator to a workflow which prevents the issue from moving forward if the value selected in a select list (single choice) custom field is still set to the default. impor...
I'm using the below script in Scriptrunner and it's working just fine for most issues (using OutwardLinks). However, when the issue is linked FROM the status I want, it returns null. For ...
I integrated Team Calendars with our Jira project and it worked great. However, some entries are shaded (transparent) while others are sold and opaque. Anyone know why this is?
...ARequirements.setHidden(false); EAStatus.setHidden(false); EAComments.setHidden(false); log.warn("source value: " + EARequirements.isHidden()); } else { EARequirements.setHidden(true); E...
I am executing a script to keep fields synchronized between Epics and their children. When I run the script it updates the children with a PUT def result = put('/rest/api/2/issue/' + issueKe...
UPDATE 2023: Hi all, unfortunately changes in Google Apps Script have made it very difficult to register the webhooks we need to in order to run Trellinator. We were kind of keeping up with some work...
we are using script runner heavily in our organization and recently while working on one of the requirement, we encountered an issue where we have to transition a workflow using one groovy script whi...
tl;dr: I want to delete shadow users in the Jira 'internal' directory that are currently authenticating against an external directory. Past threads that come close to this request talk about databas...
Hi all, Has anyone, recently, migrated cascading fields to a single select field? I have seen some old posts from https://community.atlassian.com/t5/Jira-questions/Copy-Cascading-Select...
I'd like to record permission changes on pages. I already found this https://jira.atlassian.com/browse/CONFSERVER-19721 but figured I might be able to implement something myself with the he...
Preconditions are one of the essential parts of a test case, besides test steps and IDs. There’s certainly more valuable information you can add to your test cases, but those three elements are a mus...
Buenos días. Querría saber como asignarle un rol de proyecto a un usuario ya creado para que puedea visualizar las incidencias de dicho proyecto. Un saludo y gracias
I am developing a code to send the email based on some event in confluence using script runner plugin. I am using the same format as default confluence email, but I am not able to fetch the page icon...
Hi, In the open status of project "Task Management" we have reassignment transition on which - set the custom field "previous assignee" = current assignee by post function -display the "New Assign...
So we use Tempo Budgets, Timesheets, Portfolios, Folios. Folios is very slow for us. We have had multiple calls with Tempo. We have significantly reduced the number of Open JIRA tic...
I am trying to write a scripted listener that will copy down a Custom Field's value (Select List) from parent to child on creation. I am trying to avoid using a post function, as I want this rule to...
Hi, We need to copy a value from custom field to our text scripted field. Below is the script that we create, which works properly as post function in workflow, however, has an error in s...
Hello! An error occurs when creating or editing web fragments. The plugin itself works, but Script Fragmetns does not work. We reinstalled the plugin, but it did not help. Removing the plug-in wi...
I want to restrict all users except U1 U2 & U3 from editing a field, let's call it as Field 1 only on issues when the sprint is active and in the non-active sprint days all users can e...
When running some code in a Script Listener, specifically this POST: def newLink = post("rest/api/3/issueLink") .header("Content-Type", "application/json") .body( [ type: {name: "Cloners"}, ...
Is it possible to add a filter on the Zephyr gadgets for the cycle. Have a display not only by a release but go more in the details and have a full gadget showing a cycle.
...ecurityLevelValue == "B" && currentUser != 'userid') { SecurityLevelField.setReadOnly(true) } else if (SecurityLevelValue == "B" && currentUser == 'userid') { SecurityLevelField.setReadOnly(f...
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...
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