Created Jul 13, 2022, Last active today
I would like to perform a JIRA query i.e. project = ABC. One of the columns displayed would be Linked Issues. I would like to return all issues with a link type of blocks using the Script Runner Scri...
I'm running a script runner script in a workflow transition. When I execute the transition and go to the transition post functions to view the logs, it's showing me the last 15 executions up to the s...
Hello I am following Adaptavist Script Runner documentation to add a behaviour in ServiceDesk (but I guess it would be the same for JIRA core), and I would like to query a REST endpoint to re...
Hi there, I need a listener, which will clone all attachments from a Service Desk to a Software project. I wrote the one, but during testing we have found that the listener doesnt work ...
Hey, Is there a commend for reindex in confluence like JIRA? boolean wasIndexing = ImportUtils.isIndexIssues(); ImportUtils.setIndexIssues(true) MutableIssue myIssue = i...
Issue Templates has proved itself as a tool that allows handling repetitive tasks painlessly. The app uses Scopes, or specified sets of fields, to define which fields are used in a specific acti...
Hi all together, we are using Scriptrunner in our JIRA / JSD environment. I implemented the functionality from this post: https://community.atlassian.com/t5/Jira-questions/auto-add-organization-on-...
Hi, I am trying to develop a groovy post function that shall conditionally move the issue from one state to another. For e.g.; if the issue is currently in Linked Status "To Do" (workflowT...
Hello, The below code gets the project, I need a way to list all the issues in the project import com.atlassian.jira.issue.Issue; import com.atlassian.jira.component.ComponentAccessor import com.at...
My group is about to migrate our environment from Jira Server to Jira Data Center (also going from 6.4 to 7.6 at the same time). Because of the switch from Server to Data Center, we'll be going from...
Hi We have a lot of workflows and wanted to rename them to a new naming convention. We used a scriptrunner script to rename the workflows. The rename was successful and no errors were reported. B...
Hello everyone, I'm asking a question because I need help For my java project, I need to import a bitbucket project. I'm doing it now with: Process proc=null; Runtime r= Runtime.getRuntime(); &n...
Does anyone know if it is possible to use a groovy script in scriptrunner that would show the Most Frequently Accessed Repos in Bitbucket. By Accessed I mean cloned or updated. I'm not sure if that ...
I have a part of script . On Jira 7 this script succesfully working , but in jira 6.4 I see an error illegalArgument exception (in line with "def PriorityQueue") . Code: How to fix it? class ...
https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/select-list-other.html I followed everything in the tutorial, but why the field is not hidden on the View Screen? It only wor...
I'm in trial mode at Questions for Confluence Cloud until Mar/23/18. All questions and answers was just gone!! I checked all access and permissions and all is just fine. Any clue of misconfigured ...
Hi I'm trying to use java to get a custom field related to a worklog item, but I'm struggling to work out how to do this. My guess is that I need to reference the tempo package in my POM to get ext...
...astAtt.getFilename() == parentAttachments[i].getFilename() && lastAtt.getFilesize() == parentAttachments[i].getFilesize()){ sameFileExists = true &n...
HI, I have installed the jolokia addon, but i am not able to get the metrics I am not sure about hoe to access the jolokia via http.
Hello, Community! I'm a developer of the plugin: https://marketplace.atlassian.com/plugins/doitbetter.calendar/cloud/overview Do I want to ask you, what functionality needs to be implemented f...
simple 20-Feb-2018 16:34:06 Starting task 'SQL Execution' of type 'com.appfire.bamboo.sql:sql' simple 20-Feb-2018 16:34:06 Start SQL statements simple 20-Feb-2018 16:34:06 -------------------- simple...
I want to automate/set the Issue Security Level from with a groovy script (in a listener script, based on some other info in the issue). Next code seems to work: ... mutableIssue.setSecurityLevelI...
...gent agentPQ.add(a) } mutableIssue.setAssignee(agentPQ.peek().user) mutableIssue.store() issueManager.updateIssue(admin, mutableIssue, EventDispatchOption.ISSUE_ASSIGNED, true) def i...
Im not able to access transport port 9300 from outer network, since it is binded locally. As visible from logs 9300 port listening on localhost and 9200 listening on 0.0.0.0 Faced this issue in ES6...
Hi I want before time Sla in issue be Overdue, Send the email to the ASSIGNEE in order to be reminded. project is not Servise Desk! is it possible? If so, how can it be?... thanks. Ma...
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