Created Jul 13, 2022, Last active today
Maximizing the use of Atlassian Marketplace Apps On my previous article about The Purpose of the Atlassian Marketplace I mentioned that the main challenge for those trying to get a new app purchase...
Environment - Adaptavist ScriptRunner v5.3.5 with JIRA v 7.4.4 At a high level: If Resume Type (Checkbox custom field) = Resume Test then Test Resume Status (Radio Button custom fi...
...nterested in one of the topics mentioned above? Do you know an interesting case and want to share it with wide audience? Did you solve a business problem with Atlassian solutions? Or maybe you are a true J...
Customer feedback is essential to improving your operations and highlighting issues which you might otherwise miss. Jira Service Desk's native customer feedback survey has very basic functionality on...
Hello, I'm trying to test a REST API call with Groovy in the ScriptRunner console but resp is always null. I can get the same content via PowerShell. Anyone know what I'm doing wrong here?...
Hi, I would like to write a script with scriptrunner that updates a field depending on an other field. Field A (Textfield) Field B (Textfield) The user changes Field A. Then Field B gets an other...
Hi everyone, my question as the title says is all about the possibility to do this through my script console. I have a List with Customers and i want to create a unique account for each of it...
The Confluence apps/plugins I love the most are the ones my users find the most valuable. My most recent love is the draw.io Diagrams for Confluence app. Draw.io is a diagramming editor to...
I have this code to update the new SubTask in transition, but I have problems to put the news attachments:
DISCLAIMER: I am writing this article as a user and I don’t have any commercial affiliation with the developers of the products mentioned below and it is just my personal perspective about the topic....
I have the below script to update a multi-user custom field in a post function. import com.atlassian.jira.user.ApplicationUsers import com.atlassian.jira.component.ComponentAccessor import com.atl...
I can achieve it via REST API easily. try to find some code sample about scriptrunner: 1. create a pull request between two branch, 2. add approver and comment 3. then approved it
I thought it was possible using scripted fields but I might be mistaken. We have a list of over 500 system titles and instead of the longest drop down we would like to use the Employee Name Pi...
Hello All, we have two workflows for two issue types. Task to is to created two sub tasks when a parent issue got created based on custom feild selection. I have added the below code in the Script ...
...roperties, true) } } finally { jiraAuthenticationContext.setLoggedInUser(originalUser) } }
I have about 100 users I would like to bulk adding them to a group, can I use Script Console in Scriptrunner? I'm new at scriptrunner, please advise. Thanks, John
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Hi, I have problem with setting new email to user in Confluence by groovy. Documentation says that class com.atlassian.user.User have method setEmail(String email), but Script Console in Confluence...
Profields is an amazing tool to expand Jira's core capabilities into the realm of project management, as I've already explained somewhere else in the community. Although less known, benefits also ext...
I have a single line text field which has the Scriptrunner Select List Conversion to MultiSelect with a connected REST end point to it in the init script of a behaviour. In another behavior I'm tryi...
Environment - Adaptavist ScriptRunner v5.3.5 with JIRA v 7.4.4 Using the "Clones an issue" Script Post Function, one of the actions is to assign the issues to specific JIRA accounts using: issue.a...
I want to automatically assign a specific user (by using its username) based on the user group of the person creating the issue. Therefore, I set up the following script by using Scriptrunner postfu...
...****************************************************************4" ); connection.requestMethod = "POST"; connection.doOutput = true; connection.setRequestProperty("Content-Type", "application/json;charset=UTF-8"); c...
Hi, We would like to implement a Script Listener to notify (via email) a group of users whenever a Version is released. The only REST API call i found in the official document is : Send notificatio...
Hi All, Can someone help me with custom validator (scriptrunner). I need to make the attachment system field mandatory when the value of radio. Here's the code that I am using: import com.a...
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