Created Jul 13, 2022, Last active today
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...
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...
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