Created Jul 13, 2022, Last active today
With Scriptrunner in a Postfunction of a worflow, I use the JiraUtils.loadComponent(WorkflowTransitionUtilImpl.class) to do a workflow transition. But since release 8.x, this method is depr...
...ustomfield_10500") def cfTeam2 = getFieldById("customfield_11501") def val = cfTeam.getValue() if (val.toString() == "Test"){ cfTeam2.setHidden(false) cfTeam2.setRequired(true) } else { cfTeam2.setHidden...
I am still new in Scriptrunner. I want to create a subtask based on "created subtask" postfunction condition. What I want to achieve is this: I have project X --- when an issue in project X move t...
Hi, How I can delete Assignee from Request Participant if it added automatically? Some tickets Jira SD include Assignee in Request Participant from email. Can I create rule with aut...
Thank you for using WBS Gantt-Chart for Jira (Server and Data Center) and raising your request to our public tracker to make the app even better. We released version 9.10 in January and ha...
I need assistance in creating a scripted field using Scriptrunner to count the number of open issues by reporter of current issue. Thank you for any help.
After migrating from local server to jira cloud , we installed zephyr for jira cloud add on but still we couldn't see the test steps in Test issue type
Hi: I'm using the "Resources" option from script runner add on. I've successfully connected to my local database and get rows from a database custom view. Now I want to read these values to update ...
Note: All Atlassian partners and vendors must adhere to the official Community guidelines. So you have an announcement you’d like to share with the Atlassian Community — great! We have more th...
I am trying to refactor a Scriptrunner listener to work with the new Jira 8 updates. The listener should copy a custom field value from parent to all children on update. It was previously working w/ ...
Looking to connect with our customers on a local level? Interested in finding out what pain points, best practices, or insights they may have regarding Atlassian tools? Head over to ace.atlassian.com...
The Atlassian Community is a place where customers connect, share best practices, and learn from fellow product users. Whether online or offline, we strive to create a safe space that encourages grow...
...mp; enabledProperty.getEntityProperty()?.isDefined() && "1".equals(enabledProperty.getEntityProperty()?.get()?.getValue())) { if (secondField) { secondField.setReadOnly(true...
I want to create a custom template in a scripted field. only with hours minutes and second. or hours and minutes. that is possible? thanks in advance.
...atest/custom/getProjectNames", query: true, // keep going back to the sever for each keystroke minQueryLength: 4, keyInputPeriod: 500, formatResponse: "general", ] ])
Kill the monster of chaos with the rules of Governance Over time, every Jira instance accumulates data, configuration settings and administration decisions that grow old and outdated. A well-d...
Introduction One of our customers is using Exalate for an advanced use case, where comments need to be handled differently based on the context where they are created. Challenge Th...
We're working on creating a JIRA project for which Epics, when they are transitioned to a particular state, should have a Task and its Sub-Tasks copied from a "template" Epic. Has anyone done anythi...
I'm trying to create a custom field that calculates the number of working days in the Sprint the current issue is in, but I'm a little stuck. I'm on Jira 7.13 Server I've created two custom f...
I would like to identify all subtasks under the user story with proper value in the custom field, The idea is that if such exists than the transition should be disabled. I have written something lik...
Hi All I have one requirement, I created a button in the confluence page using script custom macro(Script Runner) as below On clicking the "Button" it should call the confluence REST api...
So the following Confluence doc mentions the XSS risk, does the Adaptavista CSS Stylesheet macro pose the same security risk? https://confluence.atlassian.com/doc/styling-confluence-with-css-1665284...
It has become common, if not the standard, for most technical teams to rely on Jira for project management to build better software. Integrating Instabug with Jira enables teams to receive bug repor...
i have script which converts the customfield to multiselect field by using below method nt getfieldByID('customfield').convertToMultiSelect([ ajaxOptions: [ url: getMyUrl() + "/rest/endpoin...
I'm using ScriptRunner to automatically set Assignee based on Component Lead through a Listener. I realize this functionality is already natively available in Jira, so a Listener isn't necessary. How...
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