You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi community!!
My question is simple... can I use this code in server? Or what i need to change this code to use in server 8?
Or What is the translation from Cloud to server?
Thank's
def issueKey = 'ISSUE-1'
def result = get('/rest/api/2/issue/' + issueKey)
.queryString("overrideScreenSecurity", Boolean.TRUE)
.header('Content-Type', 'application/json')
.asObject(Map)
if (result.status == 200){
return result.body.fields
} else {
return "Failed to find issue: Status: ${result.status} ${result.body}"
Hi @Eduard Diez
This is the code for ScriptRunner for Jira on Cloud which uses REST API, this code will not work as it is on server, you will need to modify it.
What are you trying to do? Retrieve fields of an issue?
I would suggest take a look at https://library.adaptavist.com/ where you will find plenty of scripts for both server and cloud.
I hope it helps.
Ravi
btw yes you can also use REST API on the server along with the Jira Java APIs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian's marketplace partners have had a very productive start to 2021! Since our last roundup, our developer community has added over 160 new cloud apps to the Atlassian Marketplace to help you...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.