python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Merge two map or collections in Groovy
I have 2 maps in my input payload, which I have to merge based on the id and create 1 map as the output data mentioned below. How do I accomplish this in Groovy?
Input Data:
{'orders': "{"30...
Joseph Wilson
Votes: 0
Answers: 1
Not able to add a project ID/name to a list in Jira/Groovy/Scriptrunner
The following question I present is the following: I'm doing a code that is been tested in the Scriptrunner console and tried into Jira. What I want to reach is the following: I have an issue in any p...

Yurivexo
Votes: 0
Answers: 0
Automatically instantiate classes in Eclipse for autocomplete
I'm working with Collibra java APIs in eclipse (which leverages the flowable workflow engine).
There are pre-instantiated classes in the engine, which eclipse (obviously) does not know about.
Is it po...

Arthur Burkhardt
Votes: 0
Answers: 1
How to set default epic link in Jira using Groovy
I need to set epic link using groovy if a condition is true. I'm using the following script:
import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.ComponentManager
import com...
User1
Votes: 0
Answers: 1