Hi Team, is it possible to get some details of issues on Jira data center running groovy script on Jira cloud instance?
...rogrammatically via a workflow post-function using HAPI, preventing users from manually editing it. Here's the scenario: I have a custom field, "Approval status". This field is not added to the Edit screen f...
Is there any way to disable email notifications when updating issues by using scriptrunner and scheduled scripts? I am using HAPI so my update looks something like this: I...
Sharing this with the Jira Data Center admins who use ScriptRunner HAPI. Problem I was using HAPI to update some issue fields and it threw an error when it hit an issue with a carriage r...
Is it possible to update an Assets Object using HAPI without trigger Asset Listeners? setEventDispatchOption(EventDispatchOption.DO_NOT_DISPATCH) This works on a HAPI issue update, but not a HAPI A...
I remember reading somewhere (I have no idea where) that HAPI did not work in a groovy script launched in asset automation. I haven't seen anything about it in the documentation and I wanted to c...
Greetings everyone, I was playing around with the Scriptrunner HAPI syntax and got some logs in the Console log section. What I tried to do is to simply update an Issue and set some values for a m...
Hello, I am using a Scriptrunner Listener in order to create several issue when an issue from a certain type is created. I also want to copy the attachments from that trigger issue. The code works...
I am trying to set the Resolution date for some issues using HAPI. From the examples I found for updating other dates, I tried the following but it is not working Issues.search(j...
Say hello to your new sidekick, HAPI Every great hero needs a sidekick. Iron Man couldn’t assemble the Avengers without Jarvis, Frodo could never return the ring to Mordor without Samwise, a...
Copied to clipboard