Created Jul 13, 2022, Last active today
...hecklist) { def checklistItem = ((ChecklistItem) checklistCondition) if (!checklistItem.isChecked()) { uncheckedExists = true if (checklistItem.isMandatory...
Hello, I would like a section of my Behaviours script to apply only to newly created issues, and not to issues being edited. How can I specify this? Thanks in advance!
I've implemented the BulkImportCustomFieldValues example using PHP and cURL, however, the values get added at the end of the existing option list, rather than in their respective alphabetical po...
I have a basic understanding of why the function won't trigger, but I'm wondering if anyone can provide a workaround. I have two different workflows: one for Epics and another for Requiremen...
I'm trying to json_encode the following PHP array while following the bulk import custom field values example. $values = 'AAA\nBBB\nCCC'; $data = array( 'FIELD_FCS' => $contextId, 'FIELD_IM...
"statusCategory != Done and issueFunction in hasLinks()" will bring up open issues that are linked to other issues but it includes issues that are only linked to issues in the same project. I want t...
Hi everyone, we are using the old "create page" plugin. Now it's updated by ScriptRunner. In past, we had one case: * A button where a meeting note with a label will be created But every time, th...
Hello, When there are a lot of events scheduled for the day in teamcalendar it takes time to find the one relative to the confluence page you are in. Can I somehow make confluence or teamcalen...
Hi, I want to create a IssueLink by a ScriptRunner Post function during the create transition of an issue. But when calling createIssueLink(..), an MissingMethodException is thrown: groovy.lang....
Hi, I’d like the “none” option removed from the second dropdown(child list) in the cascading field. Also, I’d like to set a default value for the child list. Like, if i choose option A in parent l...
Hello, Is there a way on Jira Service Desk (server) to turn on notifications email for all organization members, once for all ? My goal is to notify by email a customer which has 2 email adresses. ...
🛑 Please see Atlassian Partner Rules of Engagement and Partner Processes and Best Practices for the most up-to-date guidelines🛑 We'd like to extend a warm welcome to our...
I'm attempting to make a Due Date field that grabs the Release Date of an issue's Fix Version and then outputs a date one week before the Release Date. I've got this implemented using ScriptRunner S...
So for a number of reasons I don't want to use the out of the box results page that is bundled with the Confluence Questions plugin. I've found that none of the other macros that I have available to ...
I am trying to use ScriptRunner's BulkImportCustomFieldValues REST API endpoint, however, I don't understand what the FIELD_FCS (Field Configuration Scheme) has to do with it and where to get the cor...
Hi good day. Can you recommend me how to perform test cases in Confluence and JIRA? including tracking, writing and control of test cases, test plan, etcetera.
We operate in two-week sprints, so our release dates are scheduled bi-weekly. I don't see an option to create recurring events on a bi-weekly schedule. Am I missing something or is this simply not an...
Hi together, I would need help with a custom script. The main goal is, that a moved page gets the same restrictions as the new parent page... I already know that a custom script has to...
Hello community, I am currently facing a problem while configuring the somewhat "new" feature of Customer Notifications in Jira Service Desk. The default template contains a link to unsubscribe from...
Hi, I'm trying to use ScriptRunner to identify all non-Done issues with links to non-Done issues in external projects. So far, I have this. issueFunction in hasLinks() AND statusCategory...
I'm completely new to JIRA Script Runner. I tried doing the research to figure out how I can automate the addition of 15 subtasks upon parent issue creation, but could not get any code to work. ...
I'm trying to package some Groovy code to be used by a ScriptRunner script during a workflow. I've got a Script plugin configured which seems to be loaded and enabled, but I am unable to acces...
We have a request to copy values from two user picker fields to the Watcher filed whenever these fleds are updated. I have created a script listener which runs on issue update: import com.atlassian....
When Epic Link has some value, following validation is working, if the Epic Link is empty then validation is failing. We are validating against to the ('Linked Issues') -->Issue (multi select dro...
IS there a script that will allow me to automatically copy an attachment from the subtask to the parent when the attachment is uploaded to the subtask?
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