Created Jul 13, 2022, Last active today
...("overrideScreenSecurity", true) .header('Content-Type', 'application/json') .body([fields:[ (DestinationField.id): SourceValue as String]]) .asString() } The problem is when one of the S...
...esc = getFieldById("description") def descValue = "test desc" switch (selectedOption) { case "Epic": instance.setRequired(true) desc.setFormValue(descValue) break case "Story": i...
Hello, I'm currently watching a team calendar. I do not receive any email notifications when an event is created, including the ones that I create. My colleague is also experiencing the same issue. ...
hey Guys. My question is about ^ Folders in Adaptavist. Till now I was not able to understand the aim of them, since I can not find any option to make them filter-dependent or field-dep...
I'm trying to use: issueFieldMatch (subquery, fieldname, regexp) to search *all* projects for labels that include a particular string. This works if I set the subquery parameter to something ...
The following Behaviour is used to restrict the available options in a select list 'Fruit'based on the security levels available to the user. The value of the field is editable *only* on the Create S...
in the Postfunction, Need to add a custom DATE field to another through a post-function using Groovy script. Need to add REMAINING ESTIMATE and TIMESPENT fields and the result...
Hello there, My team and I noticed that subtasks of stories are not visible in backlog, and that you cannot put only one subtask of the story in the planned sprint but only the full story. ...
Everyone’s diagramming needs are different, which is why Gliffy Diagram for Confluence & Jira made it easy to import any SVG, JPG or PNG image or library of images. Having custom images is a gre...
I'm using Bitbucket Server 6.6.2 with the latest Script Runner for Bitbucket Server. We had an issue with new users using a mis-configured (or not configured) git-lfs. It was not tracking the ...
Hello! I'm trying to use ScriptRunner's mail handler to create issues via mail, and so far I've got everything working for most system fields & all custom fields. However, I can't seem to nail it...
Hi All, Recently I have upgraded JIRA from v7.9.2 to v8.2.5. But am unable to Enable one plugin (cp-jira-facade-7). This plugin compatible with jira v7. What is the use of this plugin? When i trie...
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...
...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.
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