...
Expand | ||||
---|---|---|---|---|
| ||||
Add 10 minutes
Subtract 10 minutes
more options on time are:
|
Expand | ||
---|---|---|
| ||
When you do a GET on an issue containing insight custom field value it will return an array of values like this [“My object (thekey-123)“,”My other object (thekey-456)”] to extract the key from that use a groovy variable with the lines below. It will return thekey-123 and thekey-456
|