Created Jul 13, 2022, Last active Mar 8, 2025
Hi, I want to copy FixVersion/s field to custom field Fix Version (Single version picker). I assisted by this post and rewrite the script mentioned in here: https://community.atlassian.c...
Adaptavist ScriptRunner for JIRA Cloud is great and we have been using it extensively in our organization. It is howrever, not very clean that all emails sent with the tool come from a long/bizarre ...
We have a 30 day evaluation licence for Service Desk in our dev environment that is also running 7.8.1 JIRA Software (Server). Our JIRA Software has a current dev license, but we are running in...
Hello, I am currently evaluating the plugin named "Structure for Jira" and am curious to hear how others use it, especially those working in the videogame industry. I understand that St...
Hi Guys, today is the first-time that I'm attempting to use scriptrunner. Being someone thats never coded before, its proving to be an interesting challenge. The user requirement should be easy, 1...
Hi, I update a custom field with scriptrunner (custom listener) which impact Time to resolution(SLA) and after it update must recalculate time. But id doesn't work. I try to dispatch issue updated e...
Hi all, I'm trying to set default comment visibility with ScriptRunner Behaviors. SRJIRA-2545 says that it's possible with the following script: def formField = getFieldById("commentLevel") f...
Hi everyone - I'm a Product Manager at Lucid Software, and we're looking to better understand the needs of Jira project admins as we work on new features and projects for Lucidchart. If you're ...
Hello , I need your help with Groovy please ! I have the following scenario : " if reporter is member of group "JIRA_VIP" , then get custom field" Category " as VIP " to get the...
...sSubscribe=true but for some reason it has undefined in the url and obviously doesn't work, manually looking at the html it should be generating the url: https://domain/rest/calendar-services/1.0/calendar/e...
Anyone with ideas on how to monitor usage and statistics for Questions when on Cloud? I know that with server hosting you have a dashboard and other features that are very helpful for admins. ...
I have a simple behavior initializer script that is making a decision based upon the value of a Date Picker field value. The name of the field is "Delivery Planned" and is of type Date Picker. The f...
I am using the following code to set a value caused on the project key but looking to be able to set values for all projects of a specific category // Behavior Server Side Script Default Busin...
It works for summary, description and compontens, but it don't inherit the assignee. This is the script I used as Server-Side-Script for an added visible field (summary): Still, when I click on...
Hi all, I would like to get access to the Calendar settings vi script runner. I know that it is possible to get, lets say, calendar information in Jira Agile, for example: WorkingDay...
In this post you will discover more about the evolution of K15t software, some big topics they're currently focusing on in the app space, and a rare (not not funny!) photo of founders Mike Cannon-Bro...
Hi guys, our team is currently launching a new integration add-on called Slack messages for Jira cloud, which connects your Slack channels with Jira actions. Since it's ALWAYS free (for ever) and the...
Hello together, I have read so many threads but couldn't find one which fits to my problem. Can you help me pls. I need a custom script post-function for a workflow transition. We use Jira Software...
Dear All, Script Runner being one of the most popular addons for JIRA and is pretty much used in all major installations. I have been working with SR for over 5 years now and have answered plenty of...
I'm trying to write a JQL Script Function an I keep getting NoViableAltException(59@[]) error. I believe the problem is with my constructed JQL statement and want to display the statement in the...
Hey everyone, I started playing with ScriptRunner (it's awesome) and I've managed to trim down Jira's overblown UI with it except for one more change. I'm trying to move the detail...
...ffectedObjects = affectedObjectField.getValue(issue); if (affectedObjects == null) { log.warn("User failed to enter any objects in the Disposal Bin field. Exiting"); return true; } else { log.info("A...
Dear @Alexey Matveev How to stop this from happening as i saved code, when clicking on the customfield the behavior changed it goes on to the pop-up upon click it on the view screen, and I'm co...
Hello I am looking for a solution on how to delete a person assigned in a linked issue from the Request Participants field using groovy. When a customer sends a request by e-mail to the HelpDe...
We are attempting to mirror our GitHub org using the "Mirror GitHub Organization" Built-in Script Runner and getting the following error: ############# '/usr/local/bin/git -c gc.auto=0 -c credent...
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