Why does editmeta not work through curl?

David Koh October 20, 2017

So I am trying to edit Jira issues using REST API.

 

I type in /rest/api/2/issue/{issueid}/editmeta in my browser, and the json shows up.

 

However when I try curl with my user login, I get back {"fields":{}}

 

Because of this I can't edit any of the fields of a Jira Issue via REST: summary, priority, project, description, you name it.

 

So just looking at the REST api tutorial don't seem to help because I think I have a different issue.

 

1 answer

1 vote
josh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 20, 2017

Can you post the whole curl command you were using? Redact sensitive parts.

Suggest an answer

Log in or Sign up to answer