HI, This is my first time creating a custom rest endpoint. I tried to research but I can't find any. So basically i jsut want to call a jira api and display the output. Below is the code ge...
I am using this REST endpoint for a fragment and it works perfectly as an inline script. Here is my code below and here is a screenshot of the page where I am redirected after clicking on ...
I am using a REST endpoint and here is my code: and here are some screenshots as you can see I am redirected to an error page after I click on the button. Anyone knows what is wrong? ...
...ode: public class Configuration_CreateMultipleSubtasks { static def getSubTaskCreatorHashMap(){ def map = [i...
I am current using the following code for my Jira plugin, it is a fragment with a REST endpoint. Here is the code for my REST endpoint below: import groovy.json.JsonBuilder import groovy.transform....
I am using some code for a REST endpoint and I want to make sure that the only users who are allowed to execute this REST endpoint are logged in and are also part of the jira-users group. I am using ...
I am using a web fragment and its corresponding REST endpoint which is called "MounaBulkSummary". How can I enable "anonymous allowed" for my REST endpoint? You notice my REST endpoint is all the way...
I am trying to create a custom web item that navigates to a link when clicking on it. Here is a screenshot of the way in which I have created the custom web item: I have also defin...
Hi, I am currently stuck with a problem regarding the ScriptRunner REST endpoint Response. I have a script that if finished correctly should send a notification response to the user. This works ...
I have a behavior on field X which links to a custom rest endpoint. I am able to set the value of field X in the return value of the rest endpoint. How can I also set field Y in the same rest endpoin...
Hi I have created Script Runner Rest End point. For the success case, I am sending ok response with JSON as shown below return Response.ok(new JsonBuilder([success: success]).toString(...
Copied to clipboard