Created Jul 13, 2022, Last active Jul 17, 2025
Throughout 2019 Profields is making Jira projects even more accessible, easy to share and to follow. This is an important move precisely because customers use Profields to store a huge amount of kno...
Hi I execute the below snippet in the transition postfunction as scriptrunner script to add the actor to the given project's user role. ApplicationUser user = ComponentAccessor.getUserManag...
...ondition is true" Listener Set to run in Project "PROJECT ABC" Event Trigger: "Issue Updated" Condition: def change = changeItems.find {it.field == "Field A"} if (change) { def oldValue = c...
My organization has a large number of Confluence spaces dedicated to each group. We have recently used the Question List macro to build some sort of Troubleshooting section and would like to restrict...
Hi, By using script runner I'm trying to achieve, When Group A(single user picker) value present only Group A people can close the issue if not any user who is working on the issue can close th...
I am attempting to create a scripted field using a JQL Search. Using the scriptrunner linkedIssuesOfAllRecursive I can find all linked issues for any task or subtask. The issue I am...
New Year, New Love, New SpaceUnZip Here at TechTime Initiative Group, we have been showing some of our smaller apps some love. SpaceUnZip has received a spruce up by one of our Summer inte...
Hi, I am importing the IFieldValueService class in my scriptrunner post functions. I am getting the below error intermittently java.lang.reflect.InvocationTargetException at com.onreso...
In 2018, the size of our team doubled. Going through onboarding with so many new hires was a challenge for administrators, HR managers, and team leaders. Every month, we needed to create a number of&...
This is the second part of the Article that I wrote to explain how you can maximize the use of your Atlassian Marketplace apps to increase the Return on Investment and to facilitate the purchase appr...
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) } }
App Central is all about the many magical apps and Powerups that help make Atlassian products even better. Partners, please read Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices.
Copied to clipboard