Created Jul 13, 2022, Last active today
...
Hello . I'm want to create a behaviour on a multiuser picker to filter it. allowing to the end user select only users of specific jira group. it is possible? Thanks in advance.
Our JIRA instance is set up to use wiki rendered free text fields. We require some of these wiki rendered fields to be made read only at a certain point in our workflow. We set up a behavior to make ...
My company is using Jira to keep track of test scripts, among other things. I can use the Jira API to extract some information about the Test Case records in Python Code. However, I can't...
Hi I am working on cross-platform of TestRail-Jira for one project and Zephyr-Jira for another project. Each works on the cloud and server respectively. I am planning to move into any of ...
Hi, We Updated one of the behavior with a special character, due to which it throwing the following error An error occurred whilst rendering this message. Please contact the administrators, and inf...
I want to block merge of PR if the build status for the latest commit is not known. Currently, our minimum successful builds are set to 1. So if the PR owner rescopes the request, they can merge even...
Context: I am trying to recreate the "Epic Link" or "Component/s" or "Fix Version" like experience on a scripted field. Docs: https://scriptrunner.adaptavist.com/5.5.0/jira/script-fields/is...
I was using the behaviors to execute the script. Initially a value is selected in custom filed and when i am trying to select another value the fields are not hiding previous filled values.&nbs...
Hi, I has a post function to create subtask on transition. Values for custom field are supplemented on transition screen. Problem is that, first I add this value to parent issue and next it's copy t...
Hi, I have tried some methods and could not succeed, I need some help in creating the new issue using script runner script console. The use case is I have to create issues in project 'POWN' wi...
...lexADAccountID.setHidden(true) } Thanks, Raj
I have the following code. I'm trying to only show custom field options that match a certain filter. def customField = customFieldManager.getCustomFieldObject(cfield.getFieldId()) def config = cust...
Is there any particular function for this or if anyone can provide a code for this. Actually I have created a behaviour which will changes the value of a select list say 'CustomField 1' when we sele...
Hey everybody, when i'm trying to save a questions after editing it (the question contain pictures), i will get the error: "Error found in the content of the question" and "Error saving draft"...
I have two custom fields A(number filed) & B(date field). if value of custom field A is not null then custom field B is required, if value of custom field A is null then custom field B is not req...
Hi, I just want to start discussing your experience with Jira 8 and if you have some problems with the new GUI of Tempo add-ons. I know the new GUI is there for several months, but for us it is a b...
hi, i always get this error message on addon update: "An error occurred during installation. Refer to the logs for more information." What does it mean? Where i can find related log?
I've created a behaviour script that dynamically filters out certain options in a custom field based on what was selected in a filter field. The filtering is based on complete replacement of the set ...
QARAJ is an add-on that integrates Jira with QARA Enterprise – a test automation tool developed by The Digital Group – and adds advanced test management capability to the Jira interface. QARAJ a...
Hi, I have a REST endpoint script that returns all transitions in my JIRA instance, along with work some other info such as associated workflow, to and from status etc and produces all the info in CS...
Need assistance on adding a script in workflow to validate a custom field of type time (Epic Sum-Up custom field) does not exceed x weeks.
Hello , While assigning the issue we are getting the following error in the log file , however the issue is being successfully assigned. https-jsse-nio-8443-exec-5 url:/secure/AssignIssue.jspa user...
Actionable checklists are a great enhancement of Jira issues. Rather than using bullet lists within the issue description or subtasks, they allow you to add multiple checklists and enhance your every...
import groovyx.net.http.HTTPBuilder import groovyx.net.http.Method def remote = new HTTPBuilder("https://myjiraurl") def issueJson = remote.request(Method.GET) { req -> uri.path = "/api/v1/tok...
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