Created Jul 13, 2022, Last active today
We need to create a Script Field that shows the user how many working hours (9AM to 6PM). We have managed to generate the following script that is returning the TOTAL time that the issu...
I have a script that is making a REST call to another platform(ServiceNow). Currently I'm just using basic authentication in my script which is fine but the username and password are being stored in ...
We just upgraded Jira/Plugins and are now seeing the parameter map not being updated with the current action. We are using Scriptrunner and Bob Swift Create on Transition in our workflows. In our Pr...
New to GStringTemplateEngine. I have a post-script that will send an email on transition and would like to include the issue URL in the email. How can that be done? Thanks!
Is there a way to add a value into the xml config of a behaviour and have it be readable from the behaviour groovy script? I want to write a behaviour that adds a default epic, project specific...
Hi! I run into an error with Scriptrunner plugin. I see the "This add-on couldn't be loaded. It has one or more errors that prevent it from being enabled." in Manage add-on menu. It happend after I...
Hi, I have an already created Test Run in Jira with Adaptavists Test Management. Now I need to link more test cases to the same Test run but have to do it only via API. I'm using Postman. ...
I'm trying to use APIs in com.atlassian.servicedesk to check which user approved a workflow approval and transition the issue to another status in certain cases. I'm trying to write a sc...
I am writing a script that needs to read some data from a csv file. This is the line that I want to use to access the file and store the data. InputStream inputFile = getClass().classLoader.ge...
Hello Team, Is it possible to change priority (a custom field value) based on their choice for another field vlue, Users Affected (custom field). Below code is working on System "Priority" val...
Are the ScriptRunner Agile Functions available on the Cloud version? I’m specifically trying to create information across multiple projects/boards/teams: Did an issue get created after the...
...otePad++, and add this part : <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <fork>true</fork&g...
Is there any equivalent class for "com.atlassian.jira.bc.user.search.UserSearchService" for Jira 6.4.2 ? And also corresponding method for "findUsersByFullName" ? If yes, then please provide the cod...
I have a simple groovy class that helps me deal with Insight object attributes. There is some amount of boilerplate code that is needed when dealing with objects, e.g. in automation when setting an a...
Hi all, I am trying to find the project key associated with the Epic Link that is linked to a Story using a Behaviour which is mapped to the Epic Link field on Story issue types and using a valida...
Hi, By a quick poll, how many folks are using JIRA Service Desk Server vs JIRA Service Desk Cloud?
Hello Community, I am having issues trying to copy the values found in my Sprint Field to another customfield. I am not really sure of anyways to do this. Has anyone attempted this before that can...
I have a scripted field for which I need to display on a transition screen. The code will generate a <select> drop down based on another custom field value in the ticket. I am having trouble ge...
Hello All. We are trying to Import data from a Tool called Test Trac Pro to Jira. TTP(Test Trac Pro) has two export options(TXT and XML) but for some reason the TXT Format is not exporting all the ...
Hi Team, Based on Component selection I need to clone the Issue multiple times in another Project with same Issue Type. For Eg . Components : having two three label a, b, c I need to ...
I need to retrieve an project Actors Full Name (i.e Bob Smith), when iterating over project roles. Currently I am able to use: //Gets all of the projects, along with project roles (i.e. "developer"...
Our team has been using MS Project and JIRA, with a 3rd-party connector bridging back and forth. The process is fraught with errors, and ends up with all sorts of updates getting lost because t...
...]); return true ;
Hey Atlassian Community members -- My name is Brendan Foley, and I run product management for the Atlassian Ecosystem. We help developers to build apps for Atlassian products, and end-users an...
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...
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