...
Info |
---|
This documentation refers to Jira Data Center only. This page contains the basic examples. To get all options please navigate to: https://developer.atlassian.com/server/jira/platform/rest/v10004/intro/#gettingstarted |
Jira has REST APIs and Java APis that you can use to interact with Jira. For example, you may want to integrate your existing application with Jira or write a script to get information from Jira. For more information, check out our reference documentation:
...
Expand | |||||
---|---|---|---|---|---|
| |||||
Experimental GET /rest/api/2/customFields/{customFieldId}/options Returns custom field's options defined in a given context composed of projects and issue types. RequestPath parameterscustomFieldId Required string The ID of the custom field. Query parametersmaxResults string The maximum number of results to return. issueTypeIds string A list of issue type IDs in a context. query string A string used to filter options. sortByOptionName string Flag to sort options by their names. useAllContexts string Flag to fetch all options regardless of context, project IDs, or issue type IDs. page string The page of options to return. projectIds string A list of project IDs in a context. Example
|
...