Hi, I wanted to get all fields in Jira about a REST API call. I tired this one:
http://PathToYourJiraInstance/rest/api/2/issue/createmeta?projectKeys=YourProject&expand=projects.issuetypes.fields
I get many fields but not all of the project. The typical ones like key, author and so on are not in this response. Does anyone know an request where are really ALL fields in the response?
Thanks a lot