How-to use the Rest API
This page will show you, the provided (starting with version 4.0) Rest API to create/read/update/delete metadata values.
Be aware that:
- most of the calls required a logged in user session. (Further details regarding authentication: https://developer.atlassian.com/jiradev/jira-apis/about-the-jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-cookie-based-authentication )
- the user interface displays a maximum of 500 metadata values for a project/component/version/user/group, but with the rest interface you can manage more than 500.
Rest API Documentation
- Rest API - Metadata for Jira 5.3
- Rest API - Metadata for Jira 5.3 pre-rendered
- Rest API - Metadata for Jira 5.2
- Rest API - Metadata for Jira 5.2 pre-rendered
- Rest API - Metadata for Jira 5.1
- Rest API - Metadata for Jira 5.1 pre-rendered
- Rest API - Metadata for Jira 4.7
- Rest API - Metadata for Jira 4.7 pre-rendered
- Rest API - Metadata for Jira 4.6
- Rest API - Metadata for Jira 4.6 pre-rendered
- Rest API - Metadata for Jira 4.5
- Rest API - Metadata for Jira 4.2 - 4.4
- Rest API - Metadata for Jira 4.0 and 4.1
Current Rest API Documentation
Base path for the Rest API: Jira_Base_Url/rest/metadata/1.0
e.g. get the first 20 metadata for project JM (as project-admin): https://jira.atlassian.internal/rest/metadata/1.0/project/JM?includeHidden=true&startAt=0&maxResults=20