We take our users' needs and wishes very seriously, especially when it comes to updating our product. Our new features strive to contribute to your productivity and add extra joy to your daily operations.
Our release notes provide insight into what we’ve been developing, inspired by your needs and wishes. Thank you for your suggestions, they provide immense value to our continued collaborative growth.
To keep you updated every step of the way, we're sharing our product roadmap. Take a peek inside and send us your feedback!
8 September, 2023
In Jira Software 9.0.x, the createmeta call, which you make to get the custom field information has a different structure than the earlier versions of Jira.
In Jira 9.0, the following endpoints need to be executed to fetch that information:
— Get create issue meta project issue types
GET /rest/issue/createmeta/{projectIdOrKey}/issuetypes
— Get create issue meta fields
GET /rest/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId}
We've introduced an update that supports this structure. It’s now possible to submit multiple files through our Metadata REST API to enable more custom fields on your dashboards.
Once you upload your files, all your custom fields will be listed in your Update Dashboard screen. Select those you want to track and they will appear as filters on your right sidebar. To explore our REST API, contact us here