Created Jul 13, 2022, Last active today
This month the Atlassian Authors Queen - @Bridget, had some mercy and provided us with one, no!, two lovely October topics. And, yes, I'm back in the game! (insert red carpet here) Marketplace Apps....
I have automated few test cases in squish. Now how can i update the results in jira test cases
Hi, I write a script (scriptrunner) to create a lot of jira. But I have several different domain system with different required fields. I would like to know how to see that a field is mandatory in...
I do not show the 'Exclude date Format' option when using the date picker field macro in the Adaptavist Forms for Confluence plug in. Is there a reason behind this? Could it be that we ar...
We recently installed the Adaptavist Forms for Confluence plug in. I am in the process of building a few forms. Two of the forms have the same fields and wondering if the data entered in ...
Hello, I am starting to create "packages" so that my scripting is more stable and more scalable. I am using Jira Server / Scriptrunner as my means of executing said scripts. For instance, I created...
...lass="aui-layer aui-dialog2 aui-dialog2-medium" role="dialog" aria-hidden="true"> ${header} ${content} ${footer} </section> """ Response.ok().type(MediaType.TEXT_HTML).entity(d...
When we are seeing the technology is growing rapidly so why every company want to shift in Custom app development.
I was wondering if the Escalation Services have the same limits on a server instance as they do on a cloud instance? In the cloud instance documentation it says that the JQL results are limited ...
...ection role="dialog" id="sr-dialog" class="aui-layer aui-dialog2 aui-dialog2-medium" aria-hidden="true" data-aui-remove-on-hide="true"> <header class="aui-dialog2-header"> <h2 class="aui-d...
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...
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. ...
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