Hi @酷得先生 ,
welcome to the Atlassian community!
I don't see any api for field configuration in the server REST API jira list https://docs.atlassian.com/software/jira/docs/api/REST/9.4.0/
This api is existing for the cloud instead https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations/#api-rest-api-3-fieldconfiguration-get
Hope this helps,
Fabio
curl -u admin:222222 -X GET -H "Content-Type: application/json" http://192.168.0.125:8080/rest/api/2/fieldconfiguration return "null for uri: ..../rest/api/2/fieldconfiguration" why? The account password is correct
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that doc is for jira cloud...you are on a server instance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see. Thank you very much. The problem here is that you cannot get the custom field options for creating problem pages in the project
Create a question page. Different projects create different question pages. As shown in the figure above, there are seven questions and six questions. Which interface is used to obtain this data?
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.