You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am using Jira cloud with script runner. I'm able to fetch a certain issue by hardcoding the issue key, however I want this to be dynamic by using the current issue that triggers my post-function:
def issueKey = 'WS-456'
def issue = get("/rest/api/2/issue/${issueKey}")
.header('Content-Type', 'application/json')
.asObject(Map)
.body
I want 'WS-456' to be dynamic please
Hello,
Thanks for your response - unfortunately I have tried this and it is not working.
Maya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @maya_grozin
In that case I suggest raise a support request so someone cane take a look at it.
All other scripts are working?
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Community! My name is Brittany Joiner and I am a Trello enthusiast and Atlassian Community Leader. In this video, I'll share my favorite Trello templates. Templates mentioned in ...
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.