Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Created Jul 13, 2022, Last active Aug 22, 2025
Objective: Release a projects' version using Jira Cloud Script Runner (groovy). Ideally, when a ticket is transitioned to a certain workflow status, the script runner will release the version associa...
Hi everyone! On behalf of Adaptavist and Tempo, I would like to invite you all to a webinar that will happen on December 5th. What can we do to make Tempo faster? Automate...
I want to be able to execute a specific action at the end of a script, regardless of the way of termination. That means, even if a script throws an exception, I want to be able to e.g. log a message....
Trying to run multiple JQL queries inside of the ScriptRunner console, then write the output to a local file. Getting directory errors but path is correct. Ex: File file = new File("Documents/script...
All i wanna do is compare 2 custom datetime fields and show the difference in a custom numeric field (in hours if possible) The closest i got is here: import java.time.LocalDate im...
I have a Script Listener that "hears" Created and Updated events and creates either 1 or 2 sub-tasks depending on various conditions. The task creation is fine, but at least twice a week, the script ...
I'm using scriptrunner examples to get the value of the card field in jira software, but I can't get anything, just says that it's not possible to get the field property or null. I need to bring the...
I am just starting to use scriptrunner workflow validator functions and I am finding that the examples in the scriptrunner documentation get you so far, but don't answer all the questions. For examp...
I’m assuming that it installs as an add-on into the Jira instances hosted in our AWS tenant; based on our understanding of the way that this tool works, does the vendor ever have access to any of our...
Hi, I would like to understand if its possible to use test type = cucumber with scenario outline for pytest-bdd. Thanks, Eran
When trying to insert a diagram into a confluence (hosted) page, I get this error: Access to XMLHttpRequest at 'https://exp-plant.draw.io/plantuml4/png/............. macroEditor.html?dialog=1&s...
https://www.atlassian.com/blog/inside-atlassian/managing-vacation-days-jira-confluence This seems easy thing to do but can't find anywhere how I can accomplish this. How do I accomplish the bold st...
Hi, I have a code to validate something on the creation transition for a Service Desk project, I'm showing the error below, but the message only appears when I create the Issue internally and ...
Greetings, I have a Team Calendar. I have it configured to display in "List View." For some Events, in the Description, I have input several lines of text separated by carriage returns. In the Lis...
Hello. I'm trying to build a behavior in order to show just the fields I need to see depending on the value of a previous field. We have 3 "sets" of fields, but with the script I'm using, it only wo...
I just added the cloud team calendar (30day eval) to our cloud environment. Now every time I visit Confluence, I get a modal window asking me to confirm that the timezone already selected is the cur...
I am happy to announce that COGNITIFF has released the WSJF Plugin for Jira. The WSJF (Weighed Shorted Job First) prioritization method is based on idea of 'cost of delay'. This approach was po...
...uery : true, data : [ currentJql : "project = ${selectedProject.key} ORDER BY key ASC", label : "Pick high priority issue in ${s...
Hi, I am trying to create a sub-task with custom fields. I can create sub-task with system fields with the following code. However, whenever I add the line of code for setting custom field, an er...
...ageRequestImpl.MAX_PAGE_LIMIT) ).values */ /*def status = false for(thread in threads){ def comment = thread.getRootComment().getText() if (comment.contains('Alpha')) { status = true break } } return status*/ def p...
I copy the following copy from adaptavist library: import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.IssueFieldConstants import com.atlassian.jira.issue.Issue ...
Can anyone tell me what the difference is between Config exporter and Configuration exporter in ScriptRunner? I see both options in the System category when browsing the built-ins.&nb...
I am trying to add bigpicture from the Marketplace, however we continue to "run into a problem" Does anyone know how we can proceed?
Apologies - I feel like this has been asked before, but I can't find the answer. I have a cascading select where on 50% of the options there are no values for the second select/drop-down fie...
Hi community, I'm trying to calculate the sum of two custom fields with a time entry like: 1w 5d 3h 2m and 13w 3d 19h 58m. Here my code: import com.atlassian.jira.component.ComponentAccessor; d...
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