Hi !
I have created a field in Project >> Project Settings >> Issue types.
The problem is that field doesn't appear in custom field view, I need to get the field id.
How can i retrieve it ?
Kinds regards,
Hi, you can find the custom field ID in the link, if you go to the configuration page of said field
https://confluence.atlassian.com/jirakb/how-to-find-id-for-custom-field-s-744522503.html
If you cannot find the custom field under Custom Fields menu, you probably haven't saved it because all custom fields should appear there.
Hi,
Thanks for your answer.
I have retrieve field ID with API :
{"id":"customfield_10032","key":"customfield_10032","name":"CorrelationID","custom":true,"orderable":true,"navigable":true,"searchable":true,"clauseNames":["cf[10032]","CorrelationID"]
but it doesn't appear in custom fields table and when I try to post a bug with api I get this message :
{"errorMessages":[],"errors":{"customfield_10032":"Field 'customfield_10032' cannot be set. It is not on the appropriate screen, or unknown."}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it's not in the screen, you have to go to Project > Project Settings > Screens > select the screen and add the field there.
Here it is said it worked after adding the field to the screen:
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.