The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Josh Steckler
Community Champion
October 20, 2017

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