/
Get Issue Entity Properties
Issue Checklist for Jira is now Checklist for Jira. New name, same great app. Please go here to see our new documentation site.
Get Issue Entity Properties
If you need to find issue entity properties for support purposes, you can get them through one of the following ways:
Jira API REST Request
Open terminal (command-line interface) and execute the following curl
command, replacing:
your-domain
with your Jira URL{issueKey}
with valid Jira issue keyemail@example.com
with your emailapi_token
with your API token
curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/2/issue/{issueKey}?properties=*all' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
You can also make the request through a third-party tool such as Postman.
Entity Property Tool App
Install the Entity Property Tool app.
Open the issue page.
Select the Entity properties tab to see the details of the entity properties.
Related content
Adding a Field to a Screen
Adding a Field to a Screen
Read with this
Checklist for Jira Custom Fields
Checklist for Jira Custom Fields
Read with this
Checklist Text & Checklist Text (view-only)
Checklist Text & Checklist Text (view-only)
Read with this
Issue Entity Properties
Issue Entity Properties
Read with this
Checklist Names, Headers and Separators
Checklist Names, Headers and Separators
Read with this
Adding Templates to Issues
Adding Templates to Issues
Read with this