I have found multiple articles on how to find the ID of a custom field using the API, but none without it. IMHO this should be a visible attribute when editing or configuring a Custom field.
The only solution I have found so far is to do the following:
Has anyone found an easier solution? This becomes quite a pain if you have many custom fields and have to scroll down and hover over each screen link.
Actually, if you use the REST API Browser and execute the "field" command, or just run http://localhost/rest/api/2/field, you will get a list of all your configured fields, along with their ids.
This worked. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To identify the custom field ID:
Icon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And if you have the customFieldId and you're looking for the Custom Field name? What do you have to do each and every custom field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also you can find these kind of details here https://docs.atlassian.com/jira/latest/constant-values.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To find a custom field ID / name I open JIRA exported data (.xml) file (backup file) with Notepad+ and search the value I know. Custom field ID and name are associated on same line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can access the system field with the equivalent name in english. According to this, the system field id for "description" is "description" .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It will still work on edit link, under Administration > Custom Fields - just hover over the Edit dropdown from the cog. Another way is to look into database but that will be even more painful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.