We have a new documentation site. Please go here to see the latest.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you need to find issue entity properties for support purposes, please make the following Jira API REST call:

curl --request GET \
  --url 'https://your-domain.atlassian.net/rest/api/2/issue/{issueIdOrKey}?properties=*all' \
  --user 'email@example.com:<api_token>' \
  --header 'Accept: application/json'

The above request uses curl command.

You can also make the request through a tool like Postman app or similar.

If you need api_token, please follow the instructions given in the Authentication section of the following page.

  • No labels