Created Jul 13, 2022, Last active today
We are trying to set up a dev environment. I followed all the instructions of https://scriptrunner.adaptavist.com/latest/jira/DevEnvironment.html But when I run jira:debug, we will get an error. [E...
Hi I want restrict attachment type in creating issue(when creating issue must be attach ONLY excel File in "creat issue screen").I writed this script, but there are error in it. How can I fix the p...
I'd be interested in trying this plugin out, but it requires admin privileges on Confluence, AND full read / search access in Slack as well. That seems a bit excessive, especially for a closed-source...
Users are asking a question in a Space, but they only appear in the Questions List macro (on a Space page) after I rebuild the Index. Is there a way to have them displayed automatically, i.e. withou...
We created a Team Space, and one of the team members used the Questions menu item to ask a question. However, when we use the "Questions" link in the sidebar, the questions are not listed. So I creat...
Consider a confluence setup with a calender that has information about people from multiple teams (vacations etc). Only a subset of people are working on particular project/product, so i wan...
Hi , I wants to create filter that give me all items from next sprint in specific project I have below query but from some reason it doesn`t work for all projects/boards Filter : PRO...
I need a basic thing from script runner, but i have no idea how to do it. All i need is for a custom field in an issue to be updated with a value depending on the value of 2 other fields. E...
Hi Everyone, I am trying to implement service desk in my Organization, Based on the requirements, I need to update a custom field (either text field or single select) based on the service desk...
OK here is my issues. I have a situation where I want to make a field required when a user checks a check box. For this discussion my checkbox field is checkBoxField with a single choice ...
Hi Team, 1) Installed Google SSO add-on in Jira v7.3.7 Add-on details: Add-on Name: Google SSO for Jira Add-on Version: 3.0.3 Add-on key: com.appfusions.googlesso.googlesso-Jira Vendor: App-Fus...
Hello everyone! I need to resolve some simple task. I need a script that would create a checklist based on checked positions in checkboxes list. Script should start in post function workflow. I know...
Hi, On Export Selected Project, when we select "Only configuration" and select " ALL Scrum and Kanban Board" Option, does this include Sprints? Or, does the sprint is include with "Configuration an...
Hi, I am using JIRA service desk 3.4.3 with JIRA 7.3 and script runner 5.0.14. I want to set approver automatically on create issue transition. Here is my code. This returns error import com.atlas...
Atlassian’s Marketplace features over 3,500 apps to help increase the functionality, flexibility, and extensibility of your Atlassian products. If your team has a need, we have the app for them. Wit...
Hello everybody! We´re using Zephyr for JIRA Cloud. I'm interested in exporting issues with attachments (ie screenshoot). Only can export all the other fields to Excel. Is there any way to&nbs...
Hello, our tickets have a lot of custom fields which should be editable by our developers. Now i want to make this as comfortable as possible. The two options i know of and i am currently using are,...
...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...
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