Created Jul 13, 2022, Last active Mar 14, 2026
This article was written by Jarosław Morawski - Deviniti UX Designer and Product Owner. Searching for issues in Jira can be a burden if you are not a JQL expert or don’t have too much time on your h...
In this article I will show you how to make REST API Browser see that your POST REST endpoint consumes application/json in Jira Server/ Data Center apps. Problem Let's create a new Jira Server app ...
A lot of us use automation tools these days. I have been using the workflow tools from unito since last month and it was pretty awesome. It gives people the opportunity to work from their favorite to...
Hi I need to get from the issue last added attachment. Do you know how I can achieve this? I'm able to get list of issue attachemnts but this list is sorted by name. Regards, Seba
Hi, For one of our clients we have a use case where we want to hide some UI elements in Jira for some projects and some specific groups using ScriptRunner: #datesmodule #peoplemodule #activitymod...
Bitbucket Pipelines Ok, our app is fully functional (well, i've already mentioned some drawbacks, but hope you'll deal with it) and now we want to deploy it to our environments automatically. Atlass...
Hello Could you help me. I need get value from sql. I wrote script. but value in database picker not value and show error. import com.onresolve.scriptrunner.canned.jira.fields.editable.database....
I'm running Scriptrunner with Jira Service Desk to create a application portal for a system called "PBS". In my portal, I want to make a read-only select field called "System", and set the default v...
In this article I will show you how you can add an out of the box Jira condition to a web-item in a Jira Server/Data Center app which uses spring scanner. You will not have this problem if you do no...
Please tell me what video would you like to see for apps from the marketplace? There is a video presentation: it shows how this app is used in general and what problems it solves. There are video ...
🙌 Props to anyone who's just set up a new Jira Cloud instance for your support and development teams. But how do your support agents easily share your tickets that require development work with you...
In a competitive environment, trust is a crucial factor in customer choice. One of the main ways ...
...unc() success = True except Exception: success = False # https://docs.python.org/2/library/sys.html#sys.exc_info exc_type, f...
Hi , We have a custom select field called " Approval Status" and it contains the below values to select. 1. None 2. Draft 3. Requested 4.Withdrawn 5.Approved. 1.When user selects "Draft" from ...
In a competitive environment, trust is a crucial factor in customer choice. One of the main ways ...
...ollowing parameters: tls_config: insecure_skip_verify: true And your final config file would look like this: # my global config global: scrape_interval: 15s # Set the scrape i...
Hi there, I have a scripted number field which gives me the number of requirement tests for a story. The script only executes a JQL (type = Testfall AND issue in requirementTests(" + issue.k...
My listener captures the Dates on when the "Baseline Due Date" is filled. And when the field is null, it shows null too. This set up has been working fine for a long time. Recently, the field does n...
I have been using the following Behaviors script to auto-populate the Description field with some canned text from the create screen: def desc = getFieldById("description") def defaultValue = """...
...t; <Button text="Create" onClick={() => setShowCreate(true)}/> </ButtonSet> {showCreate && <NewNoteForm show={setShowCreate} submit={createNote}/&g...
When importing JSON files generated by Cucumber I expected that the option autoCreateTestCases=true would not only create the test case object, but also create the steps in the case and match s...
...fm.getCustomFieldObjectByName("ServiceDeskTeam") def dialog = """<section role="dialog" id="sr-dialog" class="aui-layer aui-dialog2 aui-dialog2-medium" aria-hidden="true" data-aui-remove-on-hide="true"&g...
Hi, I did updates in java library and now the script displays errors in the lines 50/53/54 # def results = searchService.search(query, user, PagerFilter.getUnlimitedFilter()) # for (def issue...
I have a Jira use case that I’m wondering if someone can help solve. For starters, we are using BigPicture add-on that creates custom fields Start date and End date, which we have added to our Story...
...ight now: if (pathsMatchExcludingDeletes('glob:something.yml')) { return false } return true Is there something I can add to this condition that ignores the commit if it's a PR?
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