Created Jul 13, 2022, Last active today
...ageRequestImpl.MAX_PAGE_LIMIT) ).values */ /*def status = false for(thread in threads){ def comment = thread.getRootComment().getText() if (comment.contains('Alpha')) { status = true break } } return status*/ def p...
I copy the following copy from adaptavist library: import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.IssueFieldConstants import com.atlassian.jira.issue.Issue ...
Can anyone tell me what the difference is between Config exporter and Configuration exporter in ScriptRunner? I see both options in the System category when browsing the built-ins.&nb...
I am trying to add bigpicture from the Marketplace, however we continue to "run into a problem" Does anyone know how we can proceed?
Apologies - I feel like this has been asked before, but I can't find the answer. I have a cascading select where on 50% of the options there are no values for the second select/drop-down fie...
Hi community, I'm trying to calculate the sum of two custom fields with a time entry like: 1w 5d 3h 2m and 13w 3d 19h 58m. Here my code: import com.atlassian.jira.component.ComponentAccessor; d...
I'm using JIRA Software v8.4.0 The multi-select I'm trying to get the selections from is in a tab of a screen "Required Reviewers". I've read several posts, however, many are for JIRA versi...
How do I give the user permission to change call status?
Hi, I am a contractor working with Capital One trying to connect a Team Calander I created with a Confluence Page Calendar and I followed the steps that you laded out in the help section of how to co...
I know, I know. I am a vendor, and I "must" write about our apps. But I am also a Community Leader and 1 + 2 = I will share a story about our customers' experience with Configuration Manager for Jira...
I try to write a mailhandler with Scriptrunner (at 'incoming mail' site). At first screen, I setup to use a configured imap-server and 'ScriptRunner mail handler', at secound screen, I put the java...
Hi folks, I'm trying to post to a rest api using scriptrunner: import groovyx.net.http.HTTPBuilder import static groovyx.net.http.ContentType.* import static groovyx.net.http.Method.* impo...
I have a script to copy value from the epic to story, a need to copy from stories using as "parent story" an issuekey from a custom field "Original Story": The script that I'd been trying to adapt i...
Hello, Currently we use Jira Software (Cloud) and TM4J - Test Management for Jira Cloud for our manual testing needs (acceptance, integration, functional). We would like to add automated testi...
Hi there- a recent post I made has been marked as Spam for some reason - could you remove the spam tag, please? https://community.atlassian.com/t5/Adaptavist-questions/How-to-Use-ScriptRunner-...
Hi, I' m trying to synchronize the selected options of a Multi-Select field, across linked issues via a ScriptRunner Listner, triggered by the Issue Updated event in a named project. The link looku...
...vent.issue, event.user, true) Since this method is deprecated i tried something else, which I found in the community and modified it a bit: import com.atlassian.jira.user.ApplicationUser import c...
Hi, In order to bring more awareness to our Teams regarding the total effort spent in new features we would like to sum the total time spent first at US level and then at their Epic Level. So, a) h...
Hi, I have created a Scriptrunner listener which should be triggered to create a sub-task upon creation of a new issue with the condition that a certain field has a specific value. Initially I tried...
Hi team, I am using adaptavist and in test cycle i assigned a test case to a user. So the user should get a mail notifying that he is assigned a task to execute a test case. To our surprise n...
Hi Team, Is there any way to restore my team calendar in the page? Actually the calendar exists in confluence however the events are deleted mistakenly, so wanted to get them back. Appreciate ...
Dear all, I've been pulling my hair trying to run the sample code available from https://bitbucket.org/Adaptavist/scriptrunner-samples/src/master/ by following the instructions on htt...
For agile teams, all product release cycles typically follow the same route. Once the story-boarding is completed, backlog is set up in Jira, tasks are being assigned to development after you work ou...
We're using JIRA Software / server version 8.4 on Windows Server 2016. I'm new the whole JIRA scripting. I've been able to implement most of our workflow without needing to script anyt...
when writing below line , getting error as "Unable to resolve class BaseScript" @BaseScript FieldBehaviours fieldBehaviours Please help as soon as possible.
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