Created Jul 13, 2022, Last active today
I'm trying to find issues that have exactly one component and the value is COMPONENT_NAME. I've tried: issueFunction in issueFieldExactMatch("project = \"PROJECT_NAME\"", components, "COMPON...
I am trying to update an option of a select list (based on changes in a certain issue). For example if the Description of "Issue 1" changes from "OptionName" to "Option Name" then the option of the s...
...ef groupManager = ComponentAccessor.getGroupManager() if (issue.getCustomFieldValue("customField_1") > "200") { return groupManager.isUserInGroup(currentUser, 'WHCM') } return true
I am getting this error whilst printing my results to the log console window. Is it possible to get around this error, or better yet, print the results to a text file?
I'm an admin for a space where users can ask questions. A user creates new question and adds topic. I'm not able to edit topics under these questions later on. Only person who created a question is a...
On the Create Issue screen, I'm using an Initializer function to dynamically change the default FormValue of Assignee based on Issue Type. This is working fine when I use actual users, but I'm unabl...
Hi, I have created a web-item located in operations-top-level. The menu text is longer than usual, and as a result is truncated (see linked screenshot). Is it possible possible to displa...
I have a custom field of type Script Field (scriptrunner) with a Custom Template (basically formatting numeric values and setting colors and background colors based on value). When I show this field ...
From https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_portfolio "After first install the version of ScriptRunner containing these functions, a full reindex is required, ..." ...
Good morning all, I am looking for the best chat solution that can be integrated into Jira. It would need to be cloud based and ideally make the ticketing easier. This is to communicate with our cl...
Hello - I am currently working on custom email notifications via post functions. In my notifications I have simple Groovy scripts that show different fields for the Issues. What I am tr...
How can I get the previous versus current timespent of a worklog item? I can get the last X (milliseconds) updated worklogs and see the current timespent but I'm interested in what the previous valu...
Hello to everyone! I wrote a script that must to change assignee in an issue, but it doesn't work without any error. I have "customfield_10300" (Epic Link) and username "jandall". This script...
Hi, Earlier we had Jira version 6.4.2, where we had been using TEMPO Servlet API for extraction worklog details. Recently, we upgraded to Jira version 7.2.8 and Tempo version 8.4.1 and the ...
Performing the same script via the Script Console works but via the Scripted Field it fails to retrieve Tempo data like worklog attributes. Are these maybe not saved yet? How to deal with this? List...
Hi, I'm trying to update a radio button custom field with one of the values in this field using post-function in a specific transition. I wrote the following groovy script: import com.atlassian.ji...
How can I get a list of space administrators for a space using groovy script because in some of my spaces I have more than one space administrators? E.g the below is the expected output from the scr...
I use Adaptavist ScriptRunner custom web fragment to create a button that links to the external page, but I need it to open a new tab/window. In normal HTML links I would just specify the 'target'. H...
I need to get data from specific confluence page (i have the url/page id) and assign to a jira scripted field using groovy/scriptrunner. I know how to assign data to a scripted field - the p...
Hi, I'm relatively new to configuring JIRA and having researched the forums, haven't quite sorted out where to do what I'm trying to do. Here are the two things that I need t...
Here is the code: import com.atlassian.jira.plugins.share.ShareService import com.atlassian.jira.plugins.share.ShareBean @WithPlugin("com.atlassian.jira.jira-share-plugin") @PluginModule Share...
HI Team, We are having a custom field with type "Hideable Free Text Field" type which holds some user values. Now We want to export that data to Excel, but that field name is not coming...
I have Script Runner Fast track transition post function on Create issue. This post punction works fine and it is last function in list. This do transition with id 181. Next I have Custom script pos...
I thought I had a major breakthrough for my QA team when I discovered the Behaviours plugin has long been installed on our instance yet totally unused. Finally, I could populate the Description field...
Hi, I am just solving an issue with Behaviours - I have a configured behaviour with appropriate mapping and everything goes well :) But when I try to read field Project, this field returns null in&...
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