Hello Team,
Can you help us to create a ticket using Rest API code through postman app.
Thanks,
Mathavan Mathiyalagan
All good I found out that this was working:
def reporter = issue.fields.reporter.name
issueInput.fields.reporter = [name: reporter]
And that I also missed adding the reporter field in the create issue screen..!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.