Created Jul 13, 2022, Last active today
Notifications coming from Service Desk appear to use the project portal name as the 'from' address. How can I retrieve this value in ScriptRunner?
Im would like to check whenever a dropdown value is changed and then perform an action but I cant find any sample code on this matter. Anyone with experience on this event listener?
Hey all I have just added an escalation service in scriptrunner which triggers my custom event which then triggers my mail listener. The goal is to get all overdue issues of each reporter and send ...
I'm using insight custom field and insight referenced custom fields in my project. In the project i have added a groovy script to create object in insight as soon as issue is created. Following code ...
Hi, I want to remove one of the issue links during clone operation in the child issue. I have used issueLinkManager.removeIssueLink(issueLink, user) .. This is not working while a new issue is...
The following events don't appear to be available in Scriptrunner 5.1.6's Script Listeners: ComponentManagerShutdownEvent ComponentManagerStartedEvent DisasterRecoveryEvent IndexesRestoredE...
Hello! We are looking to block people from committing files that are large (e.g. over 10 MB) or binary (e.g. zip, jar, exe). However, we don't want to block updates to existing files of that nature ...
Hi Team, Please advise the script for below requirement, we added a "Primary" field in BUG while creating issue as "True" or "False" so now selecting "True" this should work. The story should m...
Hi All, So I do not know how to write script so I'm a bit stuck and hoping someone can help me. Using script runner, I am trying to auto link an issue when a issue key is populated in an i...
The plugin manager notifies about incompatibility.
Hello, I had applied for Evaluation licence for Exporter which I received. However when I am trying to enable it, it is giving an error "Problem accessing add-on file at https://marketplace....
Hi Community, I have been looking for ways to construct a get request inside Jira. I want to use the rest API inside a Behavior to fetch certain board related data: <jira Base URL...
Our JIRA had installed the "Script Runner" plugin. 1, We want to set helptext for "Description" field by behavior if we , the original code as below: if(secondCategory.contains("aaaaaaaaaaaaa")){...
...ser4, issueManager)) // reindex all issues boolean wasIndexing = ImportUtils.isIndexIssues() ImportUtils.setIndexIssues(true) IssueIndexingService.reIndexIssueObjects(issues) I...
...esolutionField.getValue() as Resolution if (resolution.name == "Fixed") { fixVersionsField.setRequired(true) fixVersionsField.setHidden(false) } else { f...
Hi, I'm trying to PoC some functionality in a JIRA 6.4 instance where we use Script Runner clone an issue to a user selected project and link to the original issue. I have done ...
I do realize that I can run it in the Script Runner console - and it does work as intended when running it there. But how do I add it as a post function? I don't think the documentation I've st...
Attempting to run it through the Script Runner console, what could the issue be? Both JIRA and Confluence are linked to each other with oAuth(not impersonated), and both have green light for connect...
SoftComply has developed a compliant risk management add-on for Jira, specifically for safety-critical software development. This risk management add-on is configurable to any product risk manag...
I'm attempting to create a Confluence page whenever a user makes a new task/story in JIRA. The two applications, JIRA and Confluence, are linked together. In the process I'm trying to ...
Has anyone noticed this problem? If you put behaviour on a required custom field on creation, but don't add a value to that field, the field will be added again to the dialog each time you a cl...
I have moved confluence to a new server by installing the same version of confluence on the new server as the previous server (5.7.3) and the using the Backup (on old server) and restore (on new serv...
Hello everyone, This discussion has been moved to another Atlassian Community page. To learn about BGC and BPC Warnings and how to successfully and effectively get rid of them along with issues they...
I need to reliably make a REST API to ZAPI when JIRA starts, to start a reindex of Zephyr test executions. This is because I am destroying and creating nodes in a JIRA data center 7.4.2 en...
...ategory.getInstance(ProjectIssueMove.class) public void moveIssueToAnotherProject(String newProjectKey, String newIssueType, String newStatusName, MutableIssue targetIssue) { def log = L...
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