Created Jul 13, 2022, Last active today
Hello, while it is possible to set the Labels system field, for example, with the following code: getFieldById(LABELS).setFormValue("my label") it is not possible to set a Labels c...
I have basic knowledge regarding jira and scriptrunner. I want to list and display all and only mandatory fields of issue. How can it be done?
I have several subtasks that are created on transition, but occasionally the parent issue will be moved to a previous status and then back. This causes the subtask to be created again. I am trying to...
I would like to have the progress bar showing in next to a numeric field. It should be visible from the issue viewing screen. Thanks.
Hi, I've setup a behavior mapped to a field named "quarter". Depending on the quarter, a duedate is prefilled: q1 -> june q1 -> sept q3 -> dec q4 -> mar Once running, it works ok o...
I have added script in the workflow post function and the script is to update the failed issues count when a test execution is passed/failed. Code is triggering when the workflow transition happenin...
Hi,I've followed the instructions for JUnit integration https://plugins.jenkins.io/tm4j-automation and can create test cycles w testcase pass/fails in my TM4J cloud instance from the tm4j_result.json...
I have a request form with some insight fields on it. I am trying to set the value of the insight fields on the form (this is BEFORE the issue is created). The script looks like: def country...
...("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 h...
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